This is an annoying problem, as I've heard before that it shouldn't cause a problem. When I create an addon domain under my account, it defaults to having the Docroot public_html/subdomainname. However I wish to change that to public_html/sites/subdomainname. A simple change, you might think. However, when I do that and upload the new httpd.conf, the addon domain *disappears* from the list of addon domains!! When I restore the old Docroot path, it reappears.
This is ludicrous. Anyone have an idea why cPanel might be so fussy?
Here's what the VirtualHost directive looks like:
This is ludicrous. Anyone have an idea why cPanel might be so fussy?
Here's what the VirtualHost directive looks like:
<VirtualHost 72.9.246.101>
ServerAlias www.msol.game-point.net
ServerAdmin [email protected]
DocumentRoot /home/gamept/public_html/sites/msol
BytesLog domlogs/msol.game-point.net-bytes_log
ServerName msol.game-point.net
ServerAlias morton-solicitors.com www.morton-solicitors.com
UseCanonicalName off
User gamept
Group gamept
CustomLog /usr/local/apache/domlogs/msol.game-point.net combined
ScriptAlias /cgi-bin/ /home/gamept/public_html/msol/cgi-bin/
</VirtualHost>