We have two parts of our site that share the same News Item assets. Both parts of the site need to display the News Item under their own URL.
So if I visited site 1 and viewed the article, the URL needs to be:
www.puc.edu/news/article1
If I visited site 2 and viewed the article, the URL needs to be:
www.puc.edu/now/article1
However, our homepage pulls these news articles for display as well, and the root node is set to site 1. But, when I link one of those articles into site 2, the URL on the homepage changes to site 2, and users are directed to the wrong site.
I realize Matrix is likely choosing the shortest URL here, but in this case I very much need to restrict which URL is used.
What options do we have here?