 |
|
|
|
|
|
|
| Monday, January 21, 2008 |
|
HumanFriendly URL for DNN 4.7.0
By allwebtemplate @ 11:05 PM :: 1740 Views ::
0 Comments :: :: Releases, Tips, Knowledges
|
|
To utilize it though you'll need to modify your web.config file
Previous Value
name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" />
New Value if you want to use HumanFriendly urls
name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="HumanFriendly" />
|
|
|
|
|
| Comments |
Currently, there are no comments. Be the first to post one! Click here to post a comment
|
|
|
|
|
|
|
|
|
|
 |