Can I have multiple domains pointed to the same site?

Pointing Multiple Domains to the Same Site

 

Yes, you can have multiple domains display the same website. Use the Aliases (Parked Domains) feature in cPanel.

 

Setup

  1. Make sure the additional domain is registered and its nameservers point to our servers
  2. Log into cPanel > Aliases (or Parked Domains)
  3. Enter the additional domain and click Add Domain

 

SEO Best Practice

Having multiple domains serve identical content creates duplicate content issues with search engines. Add a 301 redirect in your .htaccess so secondary domains redirect to your primary domain:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?seconddomain.com$ [NC]
RewriteRule ^(.*)$ https://www.primarydomain.com/$1 [R=301,L]

 

This passes all search engine value to your primary domain while still allowing visitors who type the secondary domain to reach your site.

  • 490 Users Found This Useful

Was this answer helpful?

Related Articles

How do I transfer my existing domain to Ultra Web Hosting?

Transferring Your Domain Registration to Ultra Web Hosting   You can transfer your domain...

Do you support ASP?

ASP and ASP.NET Support   No, our servers run Linux (AlmaLinux/CentOS) with Apache, which...

How long does it take to transfer my existing domain name?

How Long Does a Domain Transfer Take?   A domain name transfer between registrars typically...

Do you support Curl?

cURL Support   Yes, cURL is fully supported on all of our hosting servers. The cURL PHP...

How do I know its safe to use my credit card on your website?

Website Security and Credit Card Safety   Your financial information is protected at every...



Save 30% on web hosting - Use coupon code Hosting30