I am hosting with EasyCGi and have installed 4.9.4 in a sub-directory called "DNN". My main portal works, and I can redirect sub-domains to the DNN folder and put the aliases in DotNetNuke. It looks like the subdomains redirect correctly, but it adds a "DNN/" to all the images, links, and login scripts. So, when I try to Login, it fails and says:
Server Error in '/DNN' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /DNN/DNN/Login.aspx
I have Googled this a ton of different ways and haven't found something that works. I've tried adding "DNN", "/DNN", "DNN/", and "/DNN/" to the Host Headers section in web.config, but this doesn't work either.
Hopefully someone can give some guidance here. Thanks for your help!