View Single Post
  #2 (permalink)  
Old 06-02-2008, 07:26 PM
Jon-WebsiteCM Jon-WebsiteCM is offline
WebProWorld Member
 
Join Date: Sep 2006
Posts: 26
Jon-WebsiteCM RepRank 0
Default Re: Moving site from directory to sub domain

Mod rewrite something along the lines of:

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/directory/(.*)$
RewriteRule ^(.*)$ http://directory.example.com/$1 [L,R=301]
Reply With Quote