I know this has been answered but I just can't get it right. So here is my new domain http://anguyendesign.com/ that I want to replace with the x10 default domain anguyen.x10host.com I have changed the name server, IP address, whatever there is on the purchased domain site. I also changed the new domain into the parked domain on my x10 cPanel. Now what? Is there anything else I can do or should I just wait? As for the FTP client, should I change the default x10 url to the new domain url? Or should I just leave it as it is? -Thank you
http://anguyen.x10host.com/ and http://anguyendesign.com/ display the same content for me. If you want to redirect http://anguyen.x10host.com/ to http://anguyendesign.com/ create a .htaccess file in public_html with the following code: Code: RewriteEngine on RewriteCond %{HTTP_HOST} ^anguyen.x10host.com$ RewriteRule ^(.*)$ http://anguyendesign.com/$1 [R=301,L] If your FTP/website client has a preview function, you can change it from http://anguyen.x10host.com/ to http://anguyendesign.com/