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.
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:
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.
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.
AboutUS is parent node for KeyPeople and Profile Page is child of KeyPeople.
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:
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
From true to false will allow you to continue with your unorthodox approach.
Cheers
Jonathan
is working on a reply...