[TYPO3-german] Inhalt unter mehreren Domains anzeigen

Lina Wolf liste at linawolf.de
Fri Jul 16 09:50:06 CEST 2010


Du müsstest die baseURL dann jeweils abhängig von der aktuellen URL setzen. 
Dies kannst Du per Conditions überprüfen:

[globalString = IENV:TYPO3_SITE_URL=http://example.com/*]
    config.baseURL = http://example.com/
[global]
[globalString = IENV:TYPO3_SITE_URL=http://example.org/*]
    config.baseURL = http://example.org/
[global]
[globalString = IENV:TYPO3_SITE_URL=http://neu.example.org/*]
    config.baseURL = http://neu.example.org/
[global] 




More information about the TYPO3-german mailing list