G’day Markp
Your problem looks similar to what I was struggling with a while ago.
I’m hosting at “re-invent” and there I do not have access to any host-side / dns setting, I therefore asked them to point my new domain name to the server.
Response from re-invent:
I have pointed your connieolle.com domain to your root as requested. Please make sure you have this domain name pointed to our dns servers:
ns1.reinventinc.com
ns2.reinventinc.com
Secondly, re-invent installs DNN in a “DotNetNuke folder in the root – not a direct installation in the root”, a setup that forces me to use a “response redirect” command already at one portal only.
I use an “index.asp” file:
Single Portal redirect, taking me to the DotNetNuke folder:
<% <BR>Response.Redirect "<a target=_blank href="http://www.mudgeerabahilltons.com/DotNetNuke/">http://www.mudgeerabahilltons.com/DotNetNuke/</A>"<BR>%>
Dual Portal redirect, which just adds “/DotNetNuke” to the Web-Browser address window.
You might need to replace "/DotNetNuke” with “/dnn” if that’s where your installation lives.
Good Luck - to be continued.