I’m working with DNN and having the following question regarding domain aliasing: is it possible for a subdomain, sub.mydomain.com, to point to www.mydomain.com (where DNN is) - so that sub.mydomain.com can be setup in Nuke as a parent portal? How can I do that?
sub.mydomain.com must point to the same IP number. I guess that’s obvious :). If mydomain.com is already your DNN site at Jodo then I think that’s already done by default because there is a wildcard in the dns so that [anything].mydomain.com points there.
Create a domain alias so that IIS knows to hit your DNN site when it gets a request for that subdomain. Do this in your HSphere control for that domain, under Domains / Domain aliases. Add sub.mydomain.com as a domain alias. I think you should leave “Create DNS zone” unchecked because its already in the dns.
In DNN, create a new parent portal where the “Portal Alias” is sub.mydomain.com.
Hi, I cannot execute the step 2 because the Domain Alias section of mydomain.com in H-sphere only allows me to specify a alias which starts with ‘www.’, thus I cannot specify sub.mydomain.com as an alias. Am I doing the right thing?
Oh yes, I forgot about that www. It confused me the first time too. Its simply wrong and shouldn’t be there. Someone should probably report it to the HSphere people as a (sort of) bug.