>> >> ProxyPass / http://remoteserver/portal/ >> ProxyPassReverse / http://remoteserver/portal/ >> RewriteCond %{REQUEST_URI} ^/portal/(.*) >> RewriteRule ^/portal/(.*) /$1 [R] >> >> <form name="loginForm" method="post" action="/portal/login.do"> >> Thanks for the information, Nick. That said, is there another way to accomplish what I'm trying to do? The theory is that "remoteserver" will host several /portal/ type subdirectories, and we will use virtual hosts on the Apache proxy to provide a clean URL for each instance, instead of including that path (and most likely a non-standard port) in the URLs. The application, unfortunately, it not controlled by myself, so the "/portal/login.do" reference on the login forms I can do nothing about. Thanks, Scott --------------------------------------------------------------------- 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