Multidomain with realurl
To set up a realurl config for multidomain and with different template, you can adapt this example for your realurlconf.php. $RootPID = array( 'www.domain1.com' => '1' , 'www.domain2.com' => '2' , 'intranet.domain1.com' => '3' , ); $GLOBALS [ 'TYPO3_CONF_VARS' ][ 'EXTCONF' ][ 'realurl' ]=array ( '_DEFAULT' => array ( 'init' => array ( 'enableCHashCache' => true , 'appendMissingSlash' => 'ifNotFile,redirect' , ... 'pagePath' => array...