I dont think that a node can exist under several parents without beeing two separate nodes.
What you can do to fix what you want is to create a empty node (or copy Sub 1 ) to Parent 2 and use the property UmbracoInternalRedirectId with a contentpicker, and for that empty node select Sub 1. That way Sub 1 under Parent 2 will redirect to Sub 1 under Parent 1.
Same node several places
Is it somehow possible in Umbraco to create a node under one parent node, and then show the same node under other parent nodes?
Parent 1 -> Sub 1 Node Parent 2 -> Sub 1 Node
“Sub 1 Node” is the same node, just showing under different parentnodes.
Thanks very much in advance.
I dont think that a node can exist under several parents without beeing two separate nodes.
What you can do to fix what you want is to create a empty node (or copy Sub 1 ) to Parent 2 and use the property UmbracoInternalRedirectId with a contentpicker, and for that empty node select Sub 1. That way Sub 1 under Parent 2 will redirect to Sub 1 under Parent 1.
Hope this helped.
Thanks very much for your reply :-)
Happy to help. Did it work in your case?
Yes, it is possible. You can implement a content finder that can tell Umbraco what content node to use for any given URL: https://our.umbraco.org/documentation/reference/routing/request-pipeline/icontentfinder
Here's an example of one I implemented (for a different purpose): https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/64766-IIS-Rewrite-or-ContentFinder-UrlSegments#comment-243877
is working on a reply...