You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/12/03 01:05:13 UTC

[Bug 57298] RewriteBase inside FilesMatch behaves oddly

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

--- Comment #1 from Eric Covener <co...@gmail.com> ---
I had just looked at a related issue/limitation on trunk which as a result now
requires RewriteBase to be explicitly specified less often, and as a bonus
seems to fix this case even w/ a RewriteBase.

Can you try a patch against 2.4.x?  http://svn.apache.org/r1642484

In various places, mod_rewrite strips/readds/re-strips the current perdir
prefix.  In this case, even the original comparison in the rewriterule is wrong
-- it's operating on the entire filename on-disk rather than whats normally
just the "remainder".

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org