

Domain types
| Type | What it is | Example |
|---|---|---|
| Primary | The first domain attached to the account, the one tied to the username | mybrand.com |
| Addon | A second, separate domain that hosts a different site | mybrand2.com next to the primary |
| Alias | A name that resolves to the same site as another domain on the account | mybrand.net showing mybrand.com |
| Subdomain | A section of an existing domain | blog.mybrand.com, shop.mybrand.com |
www subdomain on every domain is created and aliased automatically. You don’t need to add it.
Add a domain
Type the full domain name
Enter the hostname you want to add. For a subdomain, type the full thing:
blog.mybrand.com. For an addon, type mybrand2.com.Decide whether to share the document root
Tick Share document root if you want the new name to show the same site as another existing domain (this makes it an alias). Untick it to give the new domain its own folder under
public_html/ (this makes it an addon or subdomain).Set the document root (optional)
cPanel auto-fills a sensible path like
public_html/mybrand2.com. Leave it unless you have a reason to change it.Domains registered with Noxity attach automatically the moment your hosting account is provisioned. You only need this form for domains registered elsewhere or for subdomains.
Manage an existing domain
Each row in the list has a quick-action menu:| Action | What it does |
|---|---|
| Manage Redirection | Send all traffic for this domain to another URL (full-domain redirect) |
| Edit Document Root | Change the folder this domain serves files from |
| Force HTTPS Redirect | Toggle the https:// redirect on the domain (off by default) |
| Remove Domain | Detach the domain from the account. The site stops resolving here. |
- Manage Redirection for a subdomain works the same as for an addon, but only affects that subdomain.
- Remove deletes the subdomain from cPanel. Files in its document root stay on disk; you can clean them up in File Manager.
Force HTTPS
The Force HTTPS Redirect toggle is the safer way to require encryption sitewide.Confirm the SSL certificate is in place
Open SSL Certificates and check that AutoSSL has issued a cert for the domain. If not, request one before flipping the toggle.
Tips
- Pick the right type up front. Switching an alias to an addon later means changing the document root, which usually breaks the existing files. Decide once.
- Subdomains over folders for staging.
staging.mybrand.comis cleaner thanmybrand.com/stagingand keeps cookies isolated. - Wildcard subdomains. Add a subdomain named
*(just the asterisk) to catch every undefined hostname under a domain. Useful for multi-tenant apps.



