I just downloaded PageBlaster the other day (free version) and if I get everything working correctly, I will purchase the full version, because I have read great reviews about this module. I do need help with 1 setting though. Concerning URL rewriting and SEO: I have read the following post. http://www.snapsis.com/DotNetNuke/Support/tabid/560/forumid/12/postid/5000/view/topic/DNN-Tips-And-Tricks-5000.aspx and this one www.snapsis.com/DotNetNuke/Support/tabid/560/view/topic/forumid/16/postid/6348/Default.aspx I was able to configure the siteurls.config file in order to allow people to simply enter a url for my site's pages, such as
www.domainname.com/pagename.aspx My question is the following. Whenever people click a link to the above page from my menu, dnn automatically redirects it but displays the page name with all the standard url: http://domainname.com/PageName/tabid/51/Default.aspx This is not the behavior that I am looking for, I want to make every single page appear with the format www.domainname.com/pagename.aspx, regardless of where it comes from. I believe that the second post above explains how to accomplish this by adding a rule to the Snapsis.PageBlaster.config file. Is this what I should be adding? Could you please give me an example of a rule which would allow this behavior? I am a little rusty on regular expressions, and the example from the above post talks about the terms page which is more complicated than I need. Thank you. |