How do I add another domain to my hosting account (Addon Domain)?

Depending your plan, you might be allowed a certain amount of domains hosted on the same account. These sites are called "Addon Domains". They allow you to have another domain name point to the same account and isolate that from the other domain on the account. The other domain is completely invisible to the visitors of the Addon Site.

To create an Addon domain, perform the following steps:

  1. Go into the Domains Module in your cPanel account.
  2. Click Create a New Domain. A new interface will appear.
  3. Enter a fully qualified domain name in the Domain text box. To create a new domain, enter the new domain name. For example, example.com.
  4. Optionally, you can specify the directory where you want the files for the domain to exist (the domain’s document root). To create this directory, deselect the Share document root with “example.com” checkbox, where example.com represents your main domain. You cannot use the following directories
    • The account’s home directory itself (/)
    • Directories outside of the account’s home directory (./ and ../)
    • .cpanel
    • .trash
    • etc
    • mail
    • ssl
    • tmp
    • logs
    • .cphorde
    • .spamassassin
    • .htpasswds
    • var
    • cgi-bin
    • .ssh
    • perl5
  5. To automatically redirect the new domain’s visitors from the insecure version of the website to the secure version, set the Force HTTPS Redirect toggle to On.
  6. Click Submit or click Submit and Create Another Domain.

cPanel reference: https://docs.cpanel.net/cpanel/domains/domains/

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...