Yes, DotNetNuke 3.0.13.
Our company just recently adopted this web site from their previous developers, and i'm trying to set it up on our development server. I'm having issues with the portal aliases.
I have it working on my local machine, but can't seem to figure out how to get it to work publicly.
I set up the IIS so that it points to somesite.intranet.com (for internal use), and somesite.company.com (for public use). I set up the dns, and they are both working great. We have another DNN project (4.x), so I mimiced the settings to my 3.0.13 site (I'm assuming IIS settings are the same).
I noticed something that I'm not sure is by design. When the site looks in the PortalAlias table, it only looks at the first one, and none of the others.
Example:
somesite.intranet.com is my first record
localhost is my second record (so that we can view the site locally while still being able to see the public site).
When I do it this way, I get redirection issues (always going to somesite.intranet.com). When I swap them around (localhost the first one, and sometime.intranet.com as the second) it works, but that redirects to the localhost (can't have that).
Any thoughts? I apologize if I didn't explain clearly, any questions i will answer to the best of my abililty.