urlFormat="HumanFriendly" is a setting for the UrlRewrite module in web.config < friendlyUrl defaultProvider="DNNFriendlyUrl">
< providers>
< clear />
< add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke" includePageName="True" regexMatch="[^a-zA-Z0-9 _\-]" urlFormat="HumanFriendly" />
< /providers>
< /friendlyUrl> You should not need Human Friendly Urls on though, I was just wondering if that was why the virtual path worked with the real page name. You may need to switch the order of PageBlaster and UrlRewrite in the web.config httpModules section. To redirect different page names that point to the same domain you will need PB3 I have created a price rule for PB3 in my store so that if you go there now you should see the free upgrade (as long as you purchased 2.2.4 on or after 2/1/2008) I'm going to have to figure out what black hole is sucking up my e-mails because I have been missing several lately. |