How do I make a subdomain of a subdomain?
- by joe
I have a server that hosts mydomain.com. Then I have a server that hosts subdomain1.mydomain.com.
On the subdomain1.mydomain.com server, how do I make subdomains? For instance I want to create subdomain2.subdomain1.mydomain.com
I have my subdomain1.mydomain.com site in /home/USER/public_html and it is working just fine. But When I try to create subdomain2.subdomain1.mydomain.com, it says Server not found in the browser. I have tried so many configurations in my /etc/hosts and /etc/apache2/sites-available/subdomain2.subdomain1.mydomain.com, without any luck
Can I get some detailed instructions maybe? I have looked everywhere and every place tells you different, with no luck.
Ubuntu Server 11.10 w/ the Lamp Stack option