Hi all,

I play a long time with rewrite to get follow rule:

server/foo/(.*) should proxied to server/abc/$1

This works with
RewriteRule /foo/(.*) /abc/$1  [P]

then all requests to directory /foo are proxied (also
with arguments) to /abc/

but now I need one exception:

/foo should be proxied / or redirected to /abc/ers


I try this with RewriteCondition (PATH_INFO and SCRIPT_FILENAME) but 
without success.
The condition is either always true or false in all cases.
I don't find the right Condition or ServerVariable

Does any have a hint or tip for me.

Thanks for all

regards Dietmar

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to