On Mon 23 Mar 2009, Iosif Fettich wrote:
> So it seems to be very, very easy. Still, when using the above
> receipt like
>      RewriteEngine on
>      RewriteCond   %{REQUEST_URI}   !-U
>      RewriteRule   ^\/(.+)          http://OLDDOMAIN.COM/$1 [QSA,P]

The engine tries to resolve the request uri with a subrequest. Hence it 
goes through this rule twice. Try to add "NS" (no subrequest) to the 
flags [QSA,P,NS].

Torsten

-- 
Need professional mod_perl support?
Just hire me: torsten.foert...@gmx.net

Reply via email to