Author Login
Post Reply
Hi,
Basically I would like the crawl to include everything on
mydomain.comexcept for just 1 folder.
I had the crawl-urlfilter.txt to crawl
# accept hosts in MY.DOMAIN.NAME
+^http://([a-z0-9]*\.)*mydomain.com/
but how do i filter such that it doesn't crawl into this only folder at
http://mydomain.com/myfolder?
Thanks.