One GoZen Host shared hosting account can serve multiple websites. You do this with addon domains and subdomains.

Addon Domains vs Subdomains vs Aliases

TypeExamplePurpose
Addon Domainsecondsite.comA completely separate website on the same account
Subdomainblog.yourdomain.comA section of your main domain with its own folder
Alias (Parked)yourdomain.netyourdomain.comAnother domain that shows the same website

Adding an Addon Domain

  1. Log into cPanel
  2. Go to DomainsDomains
  3. Click Create A New Domain
  4. Enter the domain name (e.g., secondsite.com)
  5. Uncheck Share document root if you want a separate folder
  6. Set the document root (e.g., public_html/secondsite.com)
  7. Click Submit

File Structure

After adding an addon domain, your files go in a subfolder:

  /home/username/
├── public_html/              ← main domain
│   └── index.html
├── public_html/secondsite.com/  ← addon domain
│   └── index.html
  

Each domain has its own folder, SSL, and email accounts - they’re completely independent websites.

Creating a Subdomain

  1. Go to DomainsDomains
  2. Click Create A New Domain
  3. Enter the subdomain (e.g., blog.yourdomain.com)
  4. Set the document root (e.g., public_html/blog)
  5. Click Submit

Common uses for subdomains:

  • blog.yourdomain.com - a blog on a different platform
  • shop.yourdomain.com - an e-commerce store
  • staging.yourdomain.com - a test version of your site
  • mail.yourdomain.com - automatically created for email

Setting Up an Alias (Parked Domain)

An alias makes a second domain show the exact same content as your main domain. Useful when you own multiple TLDs (.com, .net, .org) for the same brand.

  1. Go to DomainsDomains
  2. Click Create A New Domain
  3. Enter the domain (e.g., yourdomain.net)
  4. Check Share document root with your main domain
  5. Click Submit

Both domains now serve the same website.

Managing Redirects

Go to DomainsRedirects to set up forwarding:

TypeUse Case
Permanent (301)Domain moved permanently - passes SEO value to the new URL
Temporary (302)Domain temporarily pointing elsewhere - no SEO transfer

Set up:

  1. Select redirect type (301 or 302)
  2. Select the source domain
  3. Enter the destination URL
  4. Choose whether to redirect with or without www
  5. Click Add

Limits

The number of addon domains depends on your hosting plan:

PlanAddon Domains
Starter1
Business5
EnterpriseUnlimited

Troubleshooting

ProblemFix
Addon domain shows “not found”DNS hasn’t propagated. Verify the A record at GoZen DNS Inspector
Subdomain shows main site contentCheck the document root - it might be pointing to public_html/ instead of the subfolder
SSL not working on addon domainRun AutoSSL: SecuritySSL/TLS Status → select the domain → Run AutoSSL
“You have reached the maximum number of domains”Upgrade your plan for more addon domain slots

What to Do Next

Last updated 05 Apr 2026, 00:00 +0200. history

Was this page helpful?