Robert Ionescu wrote:
> David Wolever wrote:
>> I have noticed that mod_autoindex ignores the IndexIgnore
>> directive if there is more than one slash after the
>> domain name.
Dirty fix (untested):
RewriteCond %{REQUEST_URI} (.*)/{2,}(.*)
RewriteRule (.*)/{2,}(.*) $1/$2 [N]
Joost
David Wolever wrote:
I have noticed that mod_autoindex ignores the IndexIgnore
directive if there is more than one slash after the
domain name.
I reopened bug 16013, I can confirm this behavior, too.
--
Robert
-
The official
I put the IndexIgnore directive in the .htaccess file in the
directory to be listed (you can see them on-line too).
The only place I could have used is in
httpd.conf. I have checked the problem on a few different
machines with different setups and it still seems to happen.
I just tested it on my
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 b
I have noticed that mod_autoindex ignores the IndexIgnoredirective if there is more than one slash after thedomain name. For example:http://wolever.net/autoindex/
http://wolever.net//autoindex/The htaccess file is included in the directory list.This seems to affect directories recursively, but the