On 7/17/06, Mike Soultanian <msoultan@xxxxxxxxx> wrote:
Hello, We have to proxy our requests on our web server but we're running into some problems. I'm having a problem with the following rewrite rule: RewriteRule /(.*) http://localhost:81/$1 [P] If I do not specify the trailing slash when using a folder name, I get an error.
See the ProxyPassReverse directive, whose job it is to correct trailing-slash redirects. (Hint: You don't even need RewriteRule for this. ProxyPass will do fine.) Joshua. --------------------------------------------------------------------- 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