I'm running Apache on Ubuntu and I'm trying to set up a subdomain on my website. I've set up many subdomains in the past and I'm sure that I'm configuring Apache correctly but, with this new hosting company I'm using, I can't set up any subdomains on my domain.

Could it be that the host doesn't have their DNS servers configured to allow wildcard subdomains? When I enter asdf.mydomain.com on my MediaTemple site, I just get the front page for mydomain.com, but when I enter asdf.myotherdomain.com, I get server not found.

That's the only thing I can think of. I want to make sure I have my ducks in a row before I go ask them to look into the problem for me, so does it sound like that's probably the issue or could it be something else?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Try pinging asdf.myotherdomain.com to see if it resolves, and if it resolves to the same IP as a ping myotherdomain.com. If you can't ping your subdomain the answer is with the DNS.

link|improve this answer
I can't ping the subdomain at all, so I guess it's a DNS problem. – Jason Swett Oct 25 '10 at 18:56
IF the subdomain won't resolve, then you have to be missing the wildcard in your DNS for the domain. – CarloBaldini Oct 25 '10 at 18:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.