[TYPO3-english] Re: Application Context

Bernhard Schenkenfelder bernhard at schenkenfelder.co.at
Fri Jan 16 15:08:33 CET 2015


Thank you, Markus!

Just in case others run into the same problem, here's the solution to the problem:

RewriteCond %{HTTP_HOST} ^dev\.example\.com$
RewriteRule (.*) $1 [E=TYPO3_CONTEXT:Development]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule (.*) $1 [E=TYPO3_CONTEXT:Production]


More information about the TYPO3-english mailing list