[TYPO3-german] Weiterleitung Get Parameter

bernd wilke t3ng at bernd-wilke.net
Thu Aug 21 14:53:28 CEST 2014


Am 21.08.14 12:16, schrieb arianesardinas:
> Hallo Leute
>
> ich habe eine Weiterleitung für mobile Geräte implementiert:
>
> [useragent = *iPhone*]||[useragent = *BlackBerry*] || [useragent =
> *Windows Phone*]||[useragent = *Android*]
> config.additionalHeaders = Location: http://m.mydomain.com
> [global]
>
> Mein Problem ist die Get Parameter gehen verloren.
> ich nutze typo3 4.6 hat jemand eine Idee wie ich die GVar weiter
> ranhängen kann?

Sofern du deine GET-Parameter kennst könnte das evtl. mit einem cObject 
gemacht werden;

config.additionalHeaders.cObject = COA
config.additionalHeaders.cObject {
	10 = TEXT
	10.value = Location: http://m.mydomain.com

	20 = COA
	20 {
		wrap = ?|

		10 = TEXT
		10 {
			data = _GP:id
			wrap = &id=|
			required = 1
		}
		
		20 ...
		:
	}
}

bernd

-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-german mailing list