Hi Bruce,
I just tested DNN 4.8.4 and iFinity.FriendlyUrlProvider_04.06.11_Install, with some problems:
1. with your default configration:
<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)|(\.png)|(\.css)|(\.js)|(\.jpg)|(\.html)|(\.htm)" checkForDupUrls="true" forceLowerCase="false" redirectWrongCase="false" replaceSpaceWith="_" />
the rewrite works fine like: http://localhost/dnn/Products.aspx, it also works as http://localhost/dnn/Products if changed IIS and pageExtensionUsage to "never".
2. Does not work with parameters, for example: http://localhost/dnn/forum/forumid/1/scope/threads.aspx will be redirected to homepage.
3. Does not work in edit mode. for example, in edit mode, press the "Edit text" button of a html/text module will be redirect to homepage.
Can you help what's wrong I did? or the FriendlyUrlProvider does not support DNN 4.8.4 at the moment yet?
Thanks.