> > A succefull LoginRequest is redirected by the Location-header > > Location: http://login.internal.com?LoginSuccess?servername=http://backend1.internal.c om > > This isn't a legal URL. Is this really what is returned? > > RewriteRules don't operate on what goes out, only on what comes in. > ProxyHTMLURLMap doesn't operate on redirects. ProxyPassRevers does, > but of course your redicrect must match. > The rewrite statements was wrong (I accidently changed one / to ?), should be "Location: http://login.internal.com/LoginSuccess?servername=http://backend1.internal.c om" Since RewriteRules doesn't operate on what goes out, is there any other solution to operate on what goes out? /Andreas --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx