You can apply to urls in web.config:
In the find section:
<add key="umbracoUseDirectoryUrls" value="false" />
this will set the url names for the newly created name.aspx elements
If you set it to true, then the new items will be named as / name /
Say you might want to avoid using some UMPraco pipline URLs, just use this parameter - add the URLs you need to bypass:
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd" />
Dzianis yafimau
source share