I noticed on the task list for the next version of DNN is "Friendly URLs". I don't believe anything native will solve that problem. Something special will need to be installed on the server to get them to work. How about using this url replacer ISAPI control
(that has the source available) and make a setting in DNN to tell it the ISAPI filter has been installed and to use it (so that it is optional)? Maybe set the ISAPI it to replace: /dnn/ with: /Default.aspx?tabid= so that (for example): http://www.server.com/dnn/510/ctl=Register
becomes: http://www.server.com/Default.asp?tabid=510&ctl=Register URL Replacer http://www.motobit.com/help/url-replacer-rewriter/iis-mod-rewrite.asp Friendly URLs http://www.dotnetnuke.com/Default.aspx?tabid=622 -=David Smith SiteMeter.com
It sounds like you posted to the wrong forum, this is the GCN forum not DNN. But to answer you question friendly URL's don't contain query strings and it definitly can be done natively, it's just DNN's system is flawed from the start so it makes it hard to
create anything. GCN uses somewhat friendly URL's, but it is hard to create your own friendly URL's at the module level. GCN 2.0 will support friendly URL's at the module level.
sitemeter
Member
20 Points
4 Posts
Friendly URLs
Aug 14, 2004 04:03 PM|LINK
nberardi
Star
11233 Points
2352 Posts
Re: Friendly URLs
Oct 05, 2004 03:07 PM|LINK