Matthew Holt wrote: > Question, > I'm trying to index a subdomain of my intranet. How do I make it > index the entire subdomain, but not index any pages off of the > subdomain? Thanks!
Have a look at crawl-urlfilter.txt in the conf/ directory. # accept hosts in MY.DOMAIN.NAME +^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/ # skip everything else -. Regards, Stefan
