I have a project where I have the main site as a root item.
The same document type is used for sub sites and their culture and domain is added to them.
For the most part this works.
IF there are documents of page type that generate under each of them the URL's and page loaded work as expected:
The issue is I have Elements like "News" which have a parent item the sit under also in the root.
In the Node Tree you have:
Site 1
News
Site 2
This is so they CAN share those content items.
The issue I am having though is when an item is showing for Site 2 the .Url() output on hover is relative and may look all good with current Site 2 domain but when you click it redirects to Site 1.
Multiple Site Redirect Issue (Umbraco 13 Help)
Hi all,
I have a project where I have the main site as a root item. The same document type is used for sub sites and their culture and domain is added to them.
For the most part this works. IF there are documents of page type that generate under each of them the URL's and page loaded work as expected:
The issue is I have Elements like "News" which have a parent item the sit under also in the root. In the Node Tree you have:
This is so they CAN share those content items.
The issue I am having though is when an item is showing for Site 2 the .Url() output on hover is relative and may look all good with current Site 2 domain but when you click it redirects to Site 1.
Going direct to: https://Site2.com/news-item will redirect to https://Site1.com/news-item
Is there anyway I can stop this behavior or anything I can do please?
Anyone ? :/
is working on a reply...