best way to move a subdoamin to its own domain name

Status
Not open for further replies.
3 comments
Thank you...
someone mentioned to use this
Code:
#Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^name.mysite.com$
RewriteRule ^(.*)$ http://www.name.com/$1 [R=301,L]
in my .htaccess
 
Status
Not open for further replies.
Back
Top