I am moving my site from .com.au to .net today
I presume I just leave a htaccess file in the .com.au site root saying:
Then after a week or so after everything is ok and the .net site is working properly with users logging in ok etc I then park the .com.au on top of the .net.Code:Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.net/$1 [R=301,L]
This would also ensure that if anything went wrong I could just delete the htaccess file and .com.au would be back up
Is this all correct - thanks!


LinkBack URL
About LinkBacks





Reply With Quote