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]
_______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german