It will be a long story, but I will try to keep it small:
Assuming you have correctly configured the localhost / dotentnuke site, please back up your database before trying:
- Look at the PortalAlias ββtable in the database and look at the entries with portalID = 0
- Delete all entries for portal 0 and change one entry to point to localhost / DotNetNuke
- Try running the URL again.
Keep in mind that portalAlias ββis the table in which dnn looks, and portal 0 is the default portal, so this must be at least one entry for portal 0 in the portal alias.
Since you have a dnn instance with multiple portals, you need to create a separate website for each if they are the parent portals. and change httpalias to your local iis url for each portal.
Let me know if you need any other help.
source share