I have a GoDaddy shared hosting account where I've installed DotNetNuke. I'm trying to configure a secondary parent portal so that when users browse to my second domain, they see the new portal.
Here is my current setup:
- Main DNN portal: http://MyFirstDomain.com/dnn
- Domain mapped to: \dnn\Portals\1 (through GoDaddy Hosting Control Panel --> Domain Management)
- Secondary portal definition in DotNetNuke: parent portal, alias = http://MySecondDomain.com
That all looks good, but when I browse to http://MySecondDomain.com, I'm shown the generic GoDaddy 404 page.
What am I doing wrong?
Thanks in advance.