Bug #17941
closedtypolinkCheckRootline not working with multiple websites under one umbrella website.
0%
Description
I am running multiple websites under one root (umbrella) website.
Technically this means that I have a root page containing a TypoScript template and a domain record (sys_domain). The subpages of this root page are actual websites. These pages do not contain TypoScript templates, but do have a domain record.
This setup makes the websites accessable through the root website or directly via their own domain.
The difference with running TYPO3 with multiple websites each having their own root template is that the websites in my setup have to have their own url segment. Otherwise they couldn't be accessable through the root website.
The problem is that the option "typolinkCheckRootline" does not work for this situation. Why? Because $GLOBALS['TSFE']->tmpl->rootLine0 will always be the same for each website.
This makes it impossible to link to a page from another website.
(issue imported from #M7016)
Updated by Robert Destigter almost 17 years ago
I'm not in hurry to get this fixed in TYPO3 4.x, but I do think it's an issue that should be considred during the developement of TYPO3 5.0.
I'm not sure if their are any other issues that could come up in a setup as I described.