Hello!
We have been developing our site in DNN for the past few weeks and it is now time for it to go live. The dev environment was http://domain.com/DotNetNuke but the site is now supposed to run from a virtual directory in localhost. I've set up such a directory called portal and, since I am unfortunately no expert on IIS, use a default.aspx in the localhost root to redirect to that virtual directory.
Now, all image links are broken and the "Browser server" function available from the Edit HTML module area shows nothing, this since all links point to /Portals/0, and are relative from the root of localhost, not localhost/portal! If I check host settings, my relative path is /portal, which is correct. Why aren't all my image paths resolved from localhost/portal then?
I have found threads discussing this kind of problem, but it is usually the other way around, with an extra folder in the image path. The solution then has been to simply create that folder, but understandably, I can't do that.
Any help is highly appreciated, I am getting balder and balder...