Hi all,
Just installed DNN for the first time. Having some problems accessing the initial portal - hope you can help me.
I made a fairly standard install, but with one key difference from the instructions. Instead of creating a virtual directory in IIS, I created a new Web Site, running on port 81. This is because I need to have my DNN installation working as it's own web site - a subdirectory under the main website is not an option for my server.
Everything went fine for the install - and I got all the way to the initial portal page. However all of the the links on the page (such as Register or Login) fail because they do not include port 81.
So - no problem I thought - I'll just change the host headers on my new DNN website to allow port 80, but using a specific host header, to keep the traffic seperate from my main default web site.
Unfortunately, now it seems that all requests to the new DNN website seem to be doing a Response.Redirect to "http://localhost". The only way I can access the portal is on port 81.
Anyone got any ideas why the redirect is happening?
Hope you can help. Thanks in advance,
Mike