Use of umbracoUrlName?
# help-with-umbraco
c
V13.5.2 As I have a ton of pages under the home node that need to be secure, I thought I'd put them under a "secure" node and hide the node from the pages URL's by adding a string property to each page with the alias of "umbracoUrlName". Trying it out before securing the "secure" node, I moved "myPage" from under the "home" node to under the "home/secure" node and added "myPage" in "myPage"'s umbracoUrlName property. I was expecting the page's Info Links list to now show /myPage as well as /secure/myPage but it only showed the latter and it basically didn't work as expected. The page only showed up as /secure/myPage 😦 Have I misunderstood how it works? The site has the Skybrud.Umbraco.Redirects and HotChilli.Umbraco.PageNotFound packages installed, which are the only one's I think mess with urls. Any advice appreciated.
r
Hey @Craig100 - it's
umbracoUrlAlias
to set the full URL of a page.
umbracoUrlName
only changes the segment (the bit after the last '/') Read more at https://docs.umbraco.com/umbraco-cms/reference/routing/routing-properties#umbracourlalias
a
Is it composed on a composition ?
2 Views