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=14518>. 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=14518 ------- Additional Comments From [EMAIL PROTECTED] 2005-04-22 08:45 ------- The rewrite rule is identical with the one I use on an apache 1.3.2x installation, where this rewrite rule works perfectly. And I am not the only one using this rule. The rewrite rule is: RewriteEngine On RewriteRule ^(.*) http://cms-server:8089/VirtualHostBase/http/http-server:80/maring/VirtualHostRoot/$1 [L,P] What I see is that the "arguments" after the ? are doublicated. I. E. www.server.com?something=foo gives something like server.com?something=foo?something=foo. I do see this on an apache 1.3.33 installation. Correct me, if our problem is no t related to this bug. With the following rewrite rule it works as expected, strange :-) RedirectMatch (.*) http://sassnitz.fms.uni-rostock.de:8089/VirtualHostBase/http/www.mar-ing.com:80/maring/VirtualHostRoot$1 -- 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]
