Addon domain is: xl126.net
what script do i edit to make it do this?
AND...
if you try to create a subdomain of an addon domain it wont work because the VirtualHost for the subdomain SHOULD be before the domain itself in the httpd.conf
If you add it after, apache will use the first match ( *.domain.com ) and ingore the next one with *.sub.domain.com
should be:ServerName xl126.e3720b.hostultra.com
ServerAlias xl126.net *.xl126.net
ServerAdmin [email protected]
are cpanel ever going to fix this?ServerName www.xl126.net
ServerAlias xl126.e3720b.hostultra.com www.xl126.net xl126.net
ServerAdmin [email protected]
what script do i edit to make it do this?
AND...
if you try to create a subdomain of an addon domain it wont work because the VirtualHost for the subdomain SHOULD be before the domain itself in the httpd.conf
If you add it after, apache will use the first match ( *.domain.com ) and ingore the next one with *.sub.domain.com