I posted this in the core forum before, apologies for not posting here. We are investigating alternate methods of making more human friendly URLs.
For example, if you wanted a page to be called www.dotnetnuke.com/Modules.aspx, you could add an entry to SiteUrls.config
<RewriterRule>
<LookFor>.*Modules.aspx</LookFor>
<SendTo>~/default.aspx?tabid=1</SendTo>
</RewriterRule>
Make sure its the first in the list.
I tried this but it came up with a 404 error.
Would it matter if the url was an .asp page?
I'm not opposed to the url re-write, but I think the dnn method is more portable.