Can you have DNS records with sub sub domains?
E.g.: www.blog.domain_name.com?
What about a sub sub wild card domain? At the same time supporting *.domain_name.com?
E.g.: *.blog.domain_name.com?
Can you have DNS records with sub sub domains?
E.g.: www.blog.domain_name.com?
What about a sub sub wild card domain? At the same time supporting *.domain_name.com?
E.g.: *.blog.domain_name.com?
Absolutely. So long as you can put records in the DNS you can make that happen. Go to town.
The sub domains are handled differently depending on the browser. Firefox will interpret *.domain.com literally as anything.domain.com. So www.domain.com and www.blog.domain.com are both handled by the one entry. IE handles wildcards only for that portion of the FQDN. So you would have one for *.domain.com that would match www.domain.com or blog.domain.com and *.*.domain.com that would match www.blog.domain.com or www.somethingelse.domain.com.