After copying in all the 4.9 files, copying in Friendly URL Provider 4.7 to /bin, and editing web.config, I go to http://localhost to run the upgrade, and I get:
404 Url Not Found
The requested Url (http://localhost/Install/Install.aspx?mode=upgrade) does not return any valid content.
It was working just fine before I put in the 4.9 files and Friendly URL 4.7 (latest release) and revised web.config.
Are there any Friendly URL settings I should try modifying??
Presently have:
<!-- 9/11/08 Chapman Friendly URL setup -->
<add name="DNNFriendlyUrl" type="iFinity.DNN.Modules.FriendlyUrl.DNNFriendlyUrlProvider, iFinity.FriendlyUrlProvider"
includePageName="true"
regexMatch="[^\+a-zA-Z0-9 _-]"
urlFormat="HumanFriendly"
redirectUnfriendly="true"
doNotRewriteRegex="(\.axd)|(/DesktopModules/)"
doNotRedirect="SearchResults;"
doNotRedirectRegex="[.]*(/logoff.aspx)"
pageExtensionUsage="always"
parameterHandling="ordered" ignoreFileTypesRegex="\.gif$|\.css$|\.js$|\.jpg$|\.html$|\.htm$|\.swf$|\.flv$" checkForDupUrls="true"
forceLowerCase="true"
redirectWrongCase="false"
replaceSpaceWith="-"
logCacheMessages="false" />
Thank you, Tom