https://issues.apache.org/bugzilla/show_bug.cgi?id=53794

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Eric Covener <[email protected]> ---
In htaccess, you're implicitly matching against the filename that will be
served, and mod_dir sets up the internal filename to point to the matching
DirectoryIndex.

You'll have to account for this in your rules, by looking at REQUEST_URI or
skipping subrequests w/ the [NS] flag.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to