I am absolutely frustrated with DNN, luckily we have moved most of our websites to another CMS but there are few still on DNN.
I hope i do receive some help as I have asked this question several times but still issue exists.
I am using Open Url Rewrite and DNN Blog
All the links are good expect for the articles in the blog appear this way
http://www.sitename.ie/blog?Post=418
How can i change this to http://www.siteman.ie/blog/title of the article
I unsitalled Open Url Rewrite and switched to DNN advanced url but it would take title as name and so I have url as sitename/Titlte Name
so installed Rewrite again
<friendlyUrl defaultProvider="OpenFriendlyUrl">
<providers>
<clear />
<add name="OpenFriendlyUrl" type="Satrabel.Services.Url.FriendlyUrl.OpenFriendlyUrlProvider, Satrabel.OpenUrlRewriter" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="humanfriendly" fileExtension=""/>
</providers>
</friendlyUrl>
Please help