[TYPO3-dev] Problem with RealUrl on multi-domain

Mark Howells-Mead m.howells-mead at frappant.ch
Tue Aug 5 16:48:02 CEST 2014


> I've founded the solution, I give it for those having the same problem :
> In "realurlconf.php" I've added this :
>    global $TYPO3_CONF_VARS;

Alternatively, use $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl’]. This does the same thing as your solution but saves the additional “global” definition.

Cheers
Mark


More information about the TYPO3-dev mailing list