Re: [EMAIL PROTECTED] apache2 mod_rewrite + mod_proxy internal proxying problem

2007-11-13 Thread Christian Folini
hi there, Have you tried RewriteRule /meat(.*).html /handbook.html [last] without any proxying and stuff? 302 is not an error btw. It's a standard http status code. regs, Christian On Tue, Nov 13, 2007 at 05:37:17PM +0300, Arifolth wrote: Hi All! I need to substitute requested page

RE: [EMAIL PROTECTED] apache2 mod_rewrite + mod_proxy internal proxying problem

2007-11-13 Thread Axel-Stephane SMORGRAV
You cannot use that combination of RewriteRule and ProxyPass. The fact is that ProxyPass actually gets the upper hand on RewriteRule. Furthermore you MUST specify the destination host in your RewriteRule when using the P flag. I would also drop the IfModule tests for any module which is