On 5/5/07, The Gaijin <[EMAIL PROTECTED]> wrote:


RewriteEngine On
RewriteRule /login.html http://other.server.domain/login_url [R]

This case can be replaced simply with
Redirect /login.html http://other.server.domain/login_url
which doesn't require mod_rewrite.

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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to