I want a catch-all subdomain. Example *.web.com must be redirected to www.web.com.
I have read many articles and forumposts involving this issue. But it still won't work. Here's what i did:
I have created a the following DNS-records:
A-record: web.com ip.ip.ip.ip
CNAME-record: *.web.com. web.com
I thought this would work, but it doesn't. I contacted my 'DNS-farmer' and he said i had to add *.web.com as host name header. But IIS doesn't allow wildcards...
So, i created a an SSL with common name *.web.com and imported it to my website. But no result...
I have IIS 6 and a single IP-address wich i use for multiple websites.
Any ideas?