Setup DNS

Does anyone knows how I can have my DNN setup such that

if someone type in a sub-domain name that is not configured in the DNS yet, for example

aaa.mydomain.com or
bbb.mydomain.com

it automatically redirects to www.mydomain.com

Any help is appreciated.
 
I think you will need to get a dedicated IP for that.

You can try to add a wildcard alias to the domain on hsphere like *.mydomain.com but I'm not sure that will work.

also you need to add a wildcard IP address to your DNS records (*.mydomain.com)

hth
 
Back
Top