I have some defined CNAME sub-domains on my site:
blog.site.com
wazoo.site.com
I want to add *.site.com support and have all of those wildcard requests get handled by my main web server (the sub-domains reflect other data, like the logged in user's custom data.) If you have a *.site CNAME, will that work well with the more specific records?
What I want is to have my blog.site.com CNAME work according to the DNS record and then have the wildcard of all the other user specific sub-domains go to my main website, is that possible?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 1 down vote accepted

http://serverfault.com/questions/18074/dns-wildcard-domains

The above question actually answers the question that this is ok and works fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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