Re: [us...@httpd] RewriteRule with [P] Flag

2010-04-14 Thread achristiansen
On Wed, 14 Apr 2010 05:44:26 -0400, Eric Covener wrote: >> RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P] > >> The browser ends up with a not working URL: >> http://localhost:9090/setup/login.jsp > > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse I did not mention

[us...@httpd] RewriteRule with [P] Flag

2010-04-14 Thread achristiansen
Dear all, since quite some time every now and then (can i say that ;) ) i get stuck with a rewriting issue. i would like to use the rewrite capabilities with the proxy flag. Example: RewriteEngine on RewriteRule ^(.*)$ http://localhost:9090/index.jsp [P] Assume the server configured with the