DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20337>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20337 redirect from physical to virtual, rewrite from virtual to physical fails in infinite loop Summary: redirect from physical to virtual, rewrite from virtual to physical fails in infinite loop Product: Apache httpd-2.0 Version: 2.0.45 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I haven't found anything in the docs, rewriting guide or many rewrite help pages that indicate the below should result in the infinite redirect loop that it does. #redirect user agent from "old.html" to "new.html" Redirect /old.html http://server/new.html #serve up "old.html" in response to request for "new.html" RewriteRule ^new\.html$ old.html Either rule works perfectly by itself, but together result in an infinite redirect loop. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
