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

To ensure your new primary domain name is used, you should first park the previous primary one and then 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.

 

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can I use an additional domain under the same hosting plan. I've already purchased the domain.

Once you purchase a new domain name from TVMserver it has to be configured on your account in...

How can I have another domain pointed to my primary one ?

In this case you have to use cPanel's feature called "Parked domain". TVMserver allows unlimited...

How do I use an additional domain I already own

You need to configure the nameservers of the domain you already own to the nameservers of the...

How to configure my add-on domain ?

Through the Addon Domains feature you can add additional domains to your account. An addon domain...

Can I have a separate cPanel area for my add-on domains ?

Unfortunately Cpanel does not offer such a functionality and you will not be able to have a...