Copied to clipboard

Flag this post as spam?

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


  • Hardik Gondalia 4 posts 96 karma points
    May 22, 2017 @ 12:05
    Hardik Gondalia
    0

    Multi Level URL in Umbraco for Inner Pages

    I am using UmbracoCMS for one of the my project. I want to create 3 pages as following hierarchy.

    • About US
      • Key People
        • Matt Krikman

    AboutUS is parent node for KeyPeople and Profile Page is child of KeyPeople. enter image description here

    So I am expecting following url for each page
    About US -> www.mydomain.com/aboutus
    KeyPeople -> www.mydomain.com/aboutus/KeyPeople
    PeopleProfile -> www.mydomain.com/aboutus/KeyPeople/RyanPinkard

    But When I check for KeyPeople and RyanPinkard, I am getting following URL in backoffice:enter image description here

  • Jonathan Richards 288 posts 1742 karma points MVP
    May 22, 2017 @ 13:09
    Jonathan Richards
    2

    Hi Hardik,

    It looks like you have created the content of your website directly in the root, eg. the About Us content node is a root node. This is a little different to how most organise their Umbraco content, where they normally place the webpages of a site within a site node. Which is why your root node/about us page is missing from the auto generated Url.

    Edit web.config and change the app setting

    <add key="umbracoHideTopLevelNodeFromPath" value="true" />
    

    From true to false will allow you to continue with your unorthodox approach.

    Cheers

    Jonathan

Please Sign in or register to post replies

Write your reply to:

Draft