dnn already supports url rewriter , isnt it ?
They say so but their "solution" creates a rather long url. I haven't seen such a long url anywhere.
Dnn goes with site/page/subpage.aspx <<< thats how it should go whats the case with u ?
Dnn goes like this for example:
http://www.costaszividis.gr/Home/tabid/40/EntryId/20/Preventing-Seagate-Expansion-2-5-external-drive-from-going-to-auto-sleep.aspx
the "Home/tabid/40/EntryId/20" is a bit long. And this is an example, even more extreme exist.
Of course the rewriter of dnn works as Dr-Hack wrote but not all urls will be rewriter for example urls that are generated from different modules. Each module needs some special rewrite treatment. you can us the UrlRewriter.config to manually config and rewrite all urls.
You should also take a look at Ifinitiy there have a very slick solution which take care of most of the urls (there is also a free version)
[modalurl]http://www.ifinity.com.au/Products/Url_Master_DNN_SEO_Urls[/modalurl]
Regarding to YAF Friendly url rewrite i am working on a much friendlier solution something like...
instead of
myforum.com/yaf_profile12224.aspx
something like
myforum.com/members/12224_username.aspx or just
myforum.com/members/username.aspx
Edited by moderator
12 years ago
|
Reason: Not specified