Hi there,
I apologize if I start a new thread about this if there is some other with the same subject ( if there is, i haven't found it). Also I am a newbie in DNN.
I installed DNN 5.1.4 on a Windows Server 2008 machine with IIS7, and I published the website on a port ( 99 ).
I configured it, I created some pages, I configured the DNNFriendlyUrl provider like this:
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlformat="humanfriendly" fileExtension=".aspx" />
My problem is: I tried to access my site from external with: http://xxx.xxx.xxx.xxx:99/DNN514/home.aspx but I am getting this error:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /reviewsites_dev/home.aspx
Is something that I missed?