Thread
:
Moving site from directory to sub domain
View Single Post
#
2
(
permalink
)
06-02-2008, 07:26 PM
Jon-WebsiteCM
WebProWorld Member
Join Date: Sep 2006
Posts: 26
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]
__________________
X-Cart Mods, X-Cart Addons, e-Commerce - WebsiteCM
Jon-WebsiteCM
View Public Profile
Send a private message to Jon-WebsiteCM
Find all posts by Jon-WebsiteCM