David Wolever wrote:
I have noticed that mod_autoindex ignores the IndexIgnore directive if there is more than one slash after the domain name. For example: http://wolever.net/autoindex/ http://wolever.net//autoindex/ The htaccess file is included in the directory list.
Dollars to donuts you broke rule one, don't use <Location > blocks to describe your filesystem layout, always use <Directory > blocks. The URI '//' is not the same as the URI '/', and Location's follow URI's. This behavior is by design. If I'm wrong, let us know exactly where you put your IndexIgnore directive. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx