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 all, I have a multiple language site. every time I browse the site by Node Id, I expect the node ID to be automatically redirected to the url, but it does not.
what am I missing?
Hi Rotem,
I don't think that is possible out of the box.
Personally I always turn off the possiblity to browse a node by id in the url.
You can change this behavior by going in to this file : /config/umbracoSettings.config
There in the web.routing section set the attribute disableFindContentByIdPath to true
web.routing
disableFindContentByIdPath
If you still want to keep this behavior I think the only option is to write a content finder to handle this.
Dave
Thanks Dave, BTW, in the former Umbraco's version that I had (7.4.3) it was out of the box.
Thanks anyway man. Your solution is good enough for me :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
map node id to url
Hi all, I have a multiple language site. every time I browse the site by Node Id, I expect the node ID to be automatically redirected to the url, but it does not.
what am I missing?
Hi Rotem,
I don't think that is possible out of the box.
Personally I always turn off the possiblity to browse a node by id in the url.
You can change this behavior by going in to this file : /config/umbracoSettings.config
There in the
web.routing
section set the attributedisableFindContentByIdPath
to trueIf you still want to keep this behavior I think the only option is to write a content finder to handle this.
Dave
Thanks Dave, BTW, in the former Umbraco's version that I had (7.4.3) it was out of the box.
Thanks anyway man. Your solution is good enough for me :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.