Rewrite URLs for DNN
Posted
by codemypantsoff
on Stack Overflow
See other posts from Stack Overflow
or by codemypantsoff
Published on 2010-04-22T23:09:25Z
Indexed on
2010/04/22
23:13 UTC
Read the original article
Hit count: 283
dotnetnuke
|ASP.NET
I have a site and already trying to do a little url rewritting but want to know if there is a solution to make it better
my current state urls look like this
http://snit.us/Home/tabid/314/CN/1/RE/23/United_States_Missouri.aspx
I want to change them to something more ordered so in my new scheme i want to do this
http://snit.us/Home/United_States/Missouri/default.aspx
obviously the point is that if i remove missouri from the new url it would find all United_States - etc etc etc
even better would be to have http://snit.us/Home/United_States/Missouri so its even less cluttered
© Stack Overflow or respective owner