https://issues.apache.org/bugzilla/show_bug.cgi?id=56883
Bug ID: 56883
Summary: multiviews option causes a fail in ModRewrite
Product: Apache httpd-2
Version: 2.4.10
Hardware: PC
OS: Linux
Status: NEW
Severity: regression
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
When the option MultiViews sets it has priority on rewrite rule.
When MultiViews option sets at the root Directory and AllowOverride is On, the
RewriteRule ^ whatever.php not works if the URI contains a part of an existing
filename. By example:
/something go to whatever.php but /existing-filename go to the
existing-filename.php instead of going to whatever.php
If MultiViews is not set, then RewriteRule !(^static) whatever.php works but it
impede the negotiation content on static directory even if MultiViews sets on +
at the <Directory /something/static>
--
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]