On Apr 16, 2009, at 3:07 AM, dietmar.muel...@eurotours.at wrote:

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



Try using RewriteCond and %{REQUEST_FILENAME}. If that doesn't help, what does your condition look like? Did you use RewriteLog to see what the server is trying to match against?

Doug Bell -- Senior Developer, Plain Black Corp.
all that groks is






---------------------------------------------------------------------
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