I have changed my domain and want to forward visitors to the new one Print

  • 0

To ensure your new primary domain name is used, you should redirect the old domain name to your new one by inserting this code to the .htacess file in your public_html folder:

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]


You should replace www.newdomain.com in the above code with your actual domain name.

In addition to the redirect we would suggest that you contact every backlinking site to modify their backlink to point to your new domain.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution