Hi,
I'm hoping someone can help me out with this. I need to add a new host alias but use a slightly different path and I'm not sure exactly how to do this.
Here is what I have now, a single install of dotnetduke in c:\dotnetnuke, and under IIS I have dev.mydomain.com configured.
Inside of dev.mydomain.com I have a virtual application called "DotNetNuke" pointing to c:\dotnetnuke. And up until now I have just used the URL
http://dev.mydomain.com/DotNetNuke for preparing the site.
I've now reached the point where I need to make the site "live" but want to use just the URL "www.mydomain.com" and I am unsure how to configure IIS/DNN for this. I can certainly configure DNN with a Host alias for www.mydomain.com and I can configure IIS with a host header for www.mydomain.com, but surely there is something else I would need to do to force
http://www.mydomain.com to call the /DotNetNuke virtual application without actually using "DotNetNuke" in the URL ?
Hopefully that made some sort of sense

Thanks in advance!