Page not found when navigating to a numeric page url (blog date folder)
Hi,
Here is my content structure:
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 I navigate 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 propertly. 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.
Page not found when navigating to a numeric page url (blog date folder)
Hi,
Here is my content structure:
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 I navigate 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 propertly. 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.
I'm using umbraco v 4.7.2 (Assembly version: 1.0.4500.21031). The topic message isn't editing for some reason.
is working on a reply...