Created
June 18, 2015 14:53
-
-
Save ABooooo/8b2fb4f875c56307a608 to your computer and use it in GitHub Desktop.
BaseURL per TypoScript dynamisch setzen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONSTANTS: | |
protocol = http | |
[globalString = IENV:TYPO3_SSL=1] | |
protocol = https | |
[global] | |
host = domain.com | |
[globalString = IENV:HTTP_HOST=www.domain.de] | |
host = www.domain.de | |
[globalString = IENV:HTTP_HOST=seconddomain.de] | |
host = seconddomain.de | |
[globalString = IENV:HTTP_HOST=www.seconddomain.de] | |
host = www.seconddomain.de | |
[global] | |
SETUP: | |
config.baseURL= {$protocol}://{$host}/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment