On 21.08.2013 13:42, Womann, Sven wrote: > Sorry, I meant to write example.com... > > I use include my RP-Rules in a dedicated file. > There I work with RewriteRule ^/(.*)$ http://internal.example.com/$1 [P,QSA,L] > ProxyPassReverse is used in a Location directive like > > <Location /> > ProxyPassReverse / > </Location> > > The 302 Location is full qualified, so normaly the ProxyPassReverse shouldn' t match... A standards conforming Location header always if a full URL. The only reason for a ProxyPassReverse is fixing Location headers, so your assumptions are not valid here ;) If your backend already provides the correct Location headers for any redirect, then remove the ProxyPassReverse. > The header is set correctly, but the 302 changes in front of the RP. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx