I have a multi-domain Typo3 (4.7.11) Installation with at the Moment four Domains. It is configured with RealURL. The configuration is working so far, but I cannot have shortcuts between domains. The page tree looks like this:
domain1
pageA
...
domain2
shortcut to pageA
...
The shortcut is not working, but redirects to the root page of domain2. I believe the problem is not related to RealURL, but I am not sure. I also believe that the multi-domain setup of Typo3 is currect, because all other page types (including a hyperlink page instead of the shortcut). The usual things are included in the TypoScript setup like
config {
baseURL = domain2
typolinkCheckRootline = 1
typolinkEnableLinksAcrossDomains = 1
simulateStaticDocuments = 0
tx_realurl_enable = 1
content_from_pid_allowOutsideDomain = 1
prefixLocalAnchors = all
}
Any suggestions? I am even not sure any more whether this should work...
Thanks in advance, Christoph