Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By keith600435
Hi all,
I set up an addon domain (addondomain.com) in my account’s cPanel. The document root is set to be host.com/public_html/addondomain where host.com is the main domain name on my account.
It works, however, when you enter addondomain.com it shows the full URL path on the host domain (i.e. host.com/addondomain) instead of displaying as addondomain.com
Could it be a result of my .htaccess file?
Pasted below:
RewriteEngine On IndexOptions +Charset=UTF-8
RewriteEngine on RewriteCond %{HTTP_HOST} !^host.com RewriteRule (.*) http://host.com/$1 [R=301,L]
Thanks in advance for the help!