Here is my content structure:
Root node
- Page
- Blog
- - 2012
- - - 09
- - - - Blog post
The root node hostname is test.local, Blog folder hostame is blog.test.local
Web.config: umbracoUseDirectoryUrls=true, umbracoHideTopLevelNodeFromPath=true umbracoSettings.config: useDomainPrefixes=true, addTrailingSlash=true
When navigating to blog.test.local/2012/ it gives "Page Not Found" error page. However when I go to test.local/blog/2012/ the page is rendering properly. I understand that Umbraco is trying to load page by ID when getting /2012/ request, but why the node url doesn't have priority? Did I miss enything in configuration?
P.S. If I set umbracoUseDirectoryUrls=false blog.test.local/2012.aspx is not working either.
umbraco v 4.7.2 (Assembly version: 1.0.4500.21031)