.htaccess tutorial

htaccess Elite


Move Homedirs to Different WebserverDescription:

Ask your mod_rewrite and Redirection questions here, and get answers!

Move Homedirs to Different WebserverDescription:

Postby produke » 30 Oct 2006 20:34

Redirect all homedirs on a webserver to another webserver?


On the old webserver:

Redirect all /~user/anypath URLs to http://newserver/~user/anypath.
Code: Select all
RewriteEngine on
RewriteRule   ^/~(.+)  http://newserver/~$1  [R,L]
User avatar
produke
 
Posts: 242
Joined: 25 Sep 2006 04:48

Return to Redirect or Rewrite Questions