DNN Human Friendly urls
  retweet   

To make

http://www.yoursite.com/Home/tabid/56/Default.aspx

look like

http://www.yoursite.com/Home.aspx

You need to do something with web.config:

Add   ---- urlformat="HumanFriendly"  so your web.config will look like this:

============================
<friendlyUrl defaultProvider="DNNFriendlyUrl">
      <providers>
        <clear />
        <add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlformat="HumanFriendly" />
      </providers>
    </friendlyUrl>
============================


Posted in: Web SEO

Comments

Nitin hi,
Thanks for sharing this info, I try this in my local IP but it is working fin when I write localhost:32, but if I write 192.21.21.21:32 like this it is not working, can you please help me in this problem.
Thanks in Advance
Sansugoi
@ Friday, April 24, 2009 2:48 AM by Nitin


Leave a comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above:

LatestArticles