I'm very new to DotNetNuke, and having some major issues with the pages I'm working on. I downloaded a database called DNN, and I think everything is set up properly, but I'm still having problems. There's a table called "PortalAlias" in the database (which I'm opening using an SQL server), and in it there are three columns: PortalAliasID, PortalID and HTTPAlias. The first line has Alias 1, ID 0, and whatever I type into the HTTPAlias is the site that explorer directs to when I type in http://localhost/dnn (for example if I type in www.google.com in the table, and then in internet explorer type in http://localhost/dnn then it directs to google) . If I make HTTPAlias read "localhost\dnn" then I get the following error:
Server Error in '/Dnn' Application. Invalid URI: The hostname could not be parsed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UriFormatException: Invalid URI: The hostname could not be parsed I can't figure out how to fix it, and anything else I put in the PortalAlias table simply gets a 'page not found' error. Please help! |