Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian 1 post 71 karma points
    Feb 07, 2017 @ 21:27
    Sebastian
    0

    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

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Feb 09, 2017 @ 11:41
    Dennis Adolfi
    0

    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.

    enter image description here

    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.

  • 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.

Please Sign in or register to post replies