I m creating a content in Umbraco it is first and the only content in application. Its Url come under a directory like http://localhost:50656/home/ I want to create it as a root content just coming with URL http://localhost:50656/
Then it should actually just do it out of the box since the umbracoHideTopLevelNodeFromPath key in the web.config should be set to "true" by default, which will ensure that the first level content node is not shown in the path. If for some reason it has been set to false then you should change it to true of course.
How to create a content on root ?
I m creating a content in Umbraco it is first and the only content in application. Its Url come under a directory like
http://localhost:50656/home/
I want to create it as a root content just coming with URLhttp://localhost:50656/
My document type properties are as below:
Please guide and help.
thanks
Hi Haansi
What does your content structure look like?
If it's setup like this
Home - Page - Page - Page - Etc.
Then it should actually just do it out of the box since the umbracoHideTopLevelNodeFromPath key in the web.config should be set to "true" by default, which will ensure that the first level content node is not shown in the path. If for some reason it has been set to false then you should change it to true of course.
Hope this helps.
/Jan
is working on a reply...