Thanks for your help.
Let me make sure I understand exactly what you are saying by describing the steps I think I need to take. Maybe I'm making this too complex.
1) At the registrar, point my newdomain to the nameservers on my server.
2) In ISPConfig ISP Manager go to the ISP Site and change the Domain name of my olddomain to my newdomain. (This is easier than moving all of my content from web1 to web2)
3) In ISPConfig ISP Manager create a new site with the olddomain name.
4) In the web root directory of the site created in step#3 above create a .htaccess file to perform 301 redirects to the newdomain:
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^olddomain.com [nc]
rewriterule ^(.*)$ http://www.olddomain.com/$1 [r=301,nc]
|
5) In ISPConfig ISP Manager go to the site created in step#3 above and create all olddomain email accounts and forward then to the corresponding newdomain email accounts. (there are only about 15)
Hopefully this will forward all of my web traffic and emails without hurting my Google search ranking too much. That's the main objective. I have read that doing the 301 at the registrar instead of the host may hurt search rankings.
Is there an easier way?
Recent comments
1 day 6 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 8 hours ago
2 days 8 hours ago
2 days 12 hours ago