DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=21727>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21727 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Redirect directive doesn't |Redirect directive doesn't |work if content negotiation |work if content negotiation |involved |involved (MultiViews | |RedirectMatch) ------- Additional Comments From [EMAIL PROTECTED] 2006-04-18 23:55 ------- I have also been bitten by this - please fix it, it is an annoying bug! In my case, I put a "doc.html.html" file and the following .htaccess in a directory: Options +MultiViews RedirectMatch ^(.*)doc\.html\.html $1doc.html If I now try to access "doc.html", I'd expect to get the "doc.html.html" contents. Instead, I get a 404 error! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
