I would like to create a link to a news-detail-page, but this news-detail-page is on another URL (both pages are in the same typo3-installation).
So for example I list news-article on www.domain1.com, the link to the detailpage shall be www.domain2.com/article/123 (article/123 is just how RealURL build the link).
Right now the link is generated with this code in News/Partials/List/Item.html
{n:link(newsItem: newsItem, settings: settings, uriOnly: 1)}
but this generates a link to: www.domain1.com/article/123.
Best would be if the news viewhelper automaticly determinates where the news-article is coming from (where the news-container is), but it would be also very good if I just could manually say what URL it shall take.