>Number:         487
>Category:       mod_rewrite
>Synopsis:       Indexes Option fails after a mod_rewrite
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Apr 25 20:30:01 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.2b8
>Environment:
SunOS 4.1.4
No patches applied to the 1.2b8 release
gcc version 2.7.2.1
>Description:
This is kind of a followup on PR# 317.
The Indexes directive works for anything that doesn't get rewritten, but after
passing through a RewriteRule like the following:
        RewriteRule ^/home/([^/]*)/?(.*) /home/$1/.www/$2 [L]
if the resulting local patch doesn't contain an index.html and Options None has
been set it still produces a directory listing.
I'm not using an .htaccess files.
>How-To-Repeat:
Basically just use a RewriteRule that results in an empty directory and
have "Options none" set for the server.
>Fix:
Not at the moment..
>Audit-Trail:
>Unformatted:


Reply via email to