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.
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.
Missing Url Path
Hello,
We have a website with a nested navigation e.g.
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
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.
Hi Paul,
You can get the full url path, by change the true to false in the settings below
The setting will you find in the web.config. You can find the documentation here. https://our.umbraco.org/documentation/Reference/Config/webconfig/
/Dennis
is working on a reply...