Here is the way to do it in the web.config.
1: <system.web>
2: <urlMappings enabled="true">
3: <add url="~/youradork.aspx" mappedUrl="~/Dorks/default.aspx"/>
4: <add url="~/bestenergydrink" mappedUrl="~/coke/vault.aspx"/>
5: </urlMappings>
6: </system.web>
Call this the easy way. Seems to work well.