Copied to clipboard

Flag this post as spam?

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


  • Paul de Quant 403 posts 1520 karma points
    Dec 21, 2015 @ 11:26
    Paul de Quant
    0

    Missing Url Path

    Hello,

    We have a website with a nested navigation e.g.

    • Home
      • Neighbourhood
        • My Town
          • My Area
    • About Us

    For some reason when I browse to My Town or My Area, the url path in the browser omits Neighbourhood i.e I expect:-

    domain.com/neighbourhood/my-town/my-area/

    Where as we're actually getting:-

    domain.com/my-town/my-area/

    We're using Umbraco 7.4 and the Document type for neighbourhood allows it to be added to the root. The breadcrumb control however shows it in the right order.

    Does anyone have an explanation as to why the url path is doing this - it also seems to be just this section of the site.

    Many thanks

    Paul

  • Paul de Quant 403 posts 1520 karma points
    Jan 12, 2016 @ 14:14
    Paul de Quant
    100

    It turns out that if you create a page in the root level it doesn't show - much like the homepage. I just moved the pages down a level and it works fine now.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jan 12, 2016 @ 14:22
    Dennis Aaen
    0

    Hi Paul,

    You can get the full url path, by change the true to false in the settings below

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

    The setting will you find in the web.config. You can find the documentation here. https://our.umbraco.org/documentation/Reference/Config/webconfig/

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft