The root content type has no template but gets the '/' url.
Where homepage does have a template and get's the '/home' url.
How can I change this that the root document isn't shown and the homepage gets the '/'.
I'm not sure if it's related but what have you got the following app setting in web.config set to? If I understand the meaning of the app setting correctly, to get the behaviour you have, it sounds like its false when it should be true.
Root contenttype with no template gets '/'
I'm have the following structure of documents:
. root
.. homepage
.. about
.. contact
The root content type has no template but gets the '/' url. Where homepage does have a template and get's the '/home' url. How can I change this that the root document isn't shown and the homepage gets the '/'.
Any ideas?
I'm not sure if it's related but what have you got the following app setting in web.config set to? If I understand the meaning of the app setting correctly, to get the behaviour you have, it sounds like its false when it should be true.
key="umbracoHideTopLevelNodeFromPath" value="true" />
It's true, I've double checked it.
I did change the order of the children of root so that homepage would be the first child. Could that have had any impact?
Hi Nojaf.
Could you just do a 301 redirect. No sure if thst helps but the only way i can think of doing it as that content is always going to try and render.
is working on a reply...