When using the freindly URLS, if you change the name of a page, and hit update, DNN will refresh to go to the name of the page that it was before.
E.G. say you have a page named help.aspx in DNN. When you go and change this to say something like MyHelp and hit update, DNN will try to refresh to help.aspx when in reality it should have gone to myhelp.aspx.
I think a simple response.redirect would solve the problem, with the postback going to the updated page name and not the original name. |