[TYPO3-german] mobile umleitung

arianesardinas asardinas at gmx.de
Thu Aug 22 13:12:43 CEST 2013


Hallo Leute,

ich soll den user auf die mobile seite umleitung wenn der useragent eine smartfone ist und wenn eine bestimmte seite NICHT aufgerufen wird!
wie kann man eine negative condition in ts schreiben?
so && [globalVar = TSFE:id !=415] geht leider nicht kann jemand mir ein rat geben?
vielen dank in voraus!

# check for mobile browser
[useragent = *iPhone*]||[useragent = *BlackBerry*] || [useragent = *Windows Phone*]||[useragent = *Android*] && 
&& [globalVar = TSFE:id !=415]
config.additionalHeaders = Location: http://m.meineseite.de

[global]


More information about the TYPO3-german mailing list