Page 1 of 1

default exclusions

Posted: Mon Sep 04, 2006 10:11 pm
by john208
The defaults are:
/cgi-bin/
~
?

What are you trying to exclude with the '~' and the '?'. It says it's not a full regular expression, so I'm not sure what that means.

Thanks, John

default exclusions

Posted: Tue Sep 05, 2006 5:32 am
by John
They are simple substrings in the URL. The ~ would exclude personal home directories with URLs in the format /~user and the ? excludes URLs with a query string.