[TYPO3-english] RealUrl with multidomain, multilanguage and cross linking
Arno Dudek
webmaster at adgrafik.at
Tue Jun 16 13:44:17 CEST 2015
I think I found a solution, but it seem it will be more a workaround.
With this addition it will work. Better solutions are welcome :)
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'_DOMAINS' => array(
'encode' => array(
array(
'GETvar' => 'L',
'value' => '0',
'rootpage_id' => 1235,
'useConfiguration' => 'website2.com',
'urlPrepend' => 'en',
),
array(
'GETvar' => 'L',
'value' => '1',
'rootpage_id' => 1235,
'useConfiguration' => 'website2.com',
'urlPrepend' => 'de',
),
array(
'GETvar' => 'L',
'value' => '2',
'rootpage_id' => 1235,
'useConfiguration' => 'website2.com',
'urlPrepend' => 'fr',
),
),
),
);
lg arno
More information about the TYPO3-english
mailing list