Hello...
When I try to add a subdomain, selecting an addon domain at the list, the httpd.conf entries are configured ok, but not for the Directoryroot...
An example:
I have:
As you see, at httpd.conf the servername and alias, are well configured, as I added a subdomain for my addon domain.<VirtualHost x.x.x.x>
ServerAlias www.subdomain.addondomain.tld
ServerAdmin webmaster@subdomain.addondomain.tld
DocumentRoot /home/user/public_html/subdomain
BytesLog domlogs/subdomain.addondomain.tld-bytes_log
ServerName subdomain.addondomain.tld
...etc
But.... can you see the DocumentRoot? why is that pointing to the public_html of the main domain, and not pointing to the directory /home/user/public_html/addondirectory/subdomain ??????????????
any way to solve this?



LinkBack URL
About LinkBacks
Reply With Quote




