I noticed that on all our installations, when we add content to content tree, nodes on first and second level have urls made only out of their names like /home-page or /another-friendly-url but when we add something on the third level it has second level node url it it's own url like /my-page-under-home-page/third-level-node. Is there any way to enable it for second level nodes ? So that second level nodes would have urls like this: /top-level-node-url/second-level-node-url
How Umbraco composes URLs
I noticed that on all our installations, when we add content to content tree, nodes on first and second level have urls made only out of their names like /home-page or /another-friendly-url but when we add something on the third level it has second level node url it it's own url like /my-page-under-home-page/third-level-node. Is there any way to enable it for second level nodes ? So that second level nodes would have urls like this: /top-level-node-url/second-level-node-url
Hi Sebastian.
Have you tried set the appSetting in web.config called umbracoHideTopLevelNodeFromPath to false?
That would include the top level node urlName in the paths.
Note: After changing this to false all the URL will not automaticlly be changes, you need to Save & Publish a node to see the new url.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.