Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi! Is it possible to set the root node url to "/" in Umbraco Heartcore?
I use <add key="Umbraco.Core.HideTopLevelNodeFromPath" value="true" /> in a standard Umbraco project.
<add key="Umbraco.Core.HideTopLevelNodeFromPath" value="true" />
Thanks!
Hi Jonas.
Adding that line of code is not possible, as you might already know.
The only options are https://our.umbraco.com/Documentation/Reference/Routing/routing-properties#umbracourlname
however, changing the root node URL to / isn't possible AFAIK.
Btw, you can still query https://cdn.umbraco.io/content/url?url=/
and this will return your root node anyway, so you don't need to write /home
Friendly regards, Darek
Is there no way to make this happen? It's not a show stopper for the Home node (but still feels wrong) but for child pages it also includes /home/ at the start of the URL:
the url of the page should be /about-us not /home/about-us
It's not possible at the moment, no.
There's an open feature request about this here - https://github.com/umbraco/Umbraco.Cloud.Issues/issues/407 - so I suggest that you comment on that to bump it :)
Thanks for that - have commented on that issue!
https://github.com/umbraco/Umbraco.Cloud.Issues/issues/407#issuecomment-1040887698
Good stuff!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Heartcore - Root node url
Hi! Is it possible to set the root node url to "/" in Umbraco Heartcore?
I use
<add key="Umbraco.Core.HideTopLevelNodeFromPath" value="true" />
in a standard Umbraco project.Thanks!
Hi Jonas.
Adding that line of code is not possible, as you might already know.
The only options are https://our.umbraco.com/Documentation/Reference/Routing/routing-properties#umbracourlname
however, changing the root node URL to / isn't possible AFAIK.
Btw, you can still query https://cdn.umbraco.io/content/url?url=/
and this will return your root node anyway, so you don't need to write /home
Friendly regards, Darek
Is there no way to make this happen? It's not a show stopper for the Home node (but still feels wrong) but for child pages it also includes /home/ at the start of the URL:
the url of the page should be /about-us not /home/about-us
It's not possible at the moment, no.
There's an open feature request about this here - https://github.com/umbraco/Umbraco.Cloud.Issues/issues/407 - so I suggest that you comment on that to bump it :)
Thanks for that - have commented on that issue!
https://github.com/umbraco/Umbraco.Cloud.Issues/issues/407#issuecomment-1040887698
Good stuff!
is working on a reply...