In a default umbraco install you can build up a site hierarchy such as:
www.MySite.com
www.MySite.com/Aboutme.aspx
www.MySite.com/Aboutme/recentwork.aspx
But what I would like to do is have www.MySIte.com/Aboutme showing a page instead of a page not found exception. Is their anyway to do this automatically or can it be done with 301 redirects?
Default pages in sub directories
In a default umbraco install you can build up a site hierarchy such as:
www.MySite.com
www.MySite.com/Aboutme.aspx
www.MySite.com/Aboutme/recentwork.aspx
But what I would like to do is have www.MySIte.com/Aboutme showing a page instead of a page not found exception. Is their anyway to do this automatically or can it be done with 301 redirects?
Many thanks
Andy
Okay very easy when you know how in the web.config set umbracoUseDirectoryUrls value to true
is working on a reply...