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 2006/04/19 01:55:22 UTC

DO NOT REPLY [Bug 21727] - Redirect directive doesn't work if content negotiation involved (MultiViews RedirectMatch)

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


richard@2006.atterer.net 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 richard@2006.atterer.net  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org