[TYPO3] reaiUrl for tx_myextension_pi1 !!

Nils K. Windisch info at nkwindisch.de
Fri Nov 3 09:00:05 CET 2006


Hey,

this should work:

.........................................................
'postVarSets' => array (
	'extension' => array (
		array ('GETvar' => 'tx_myextension_pi1[uid]'),
		array ('GETvar' => 'tx_myextension_pi1[reference]'),
	),
),
.........................................................

greets
nils

Nirmalya wrote:
> Hello,
> I want to configure realUrl for my own written extension.
> 
> The URL:
> http://www.mywebSite.com/topPage/no_cache/subPage.html?uid=9&reference=1302
> 
> Now I want to encode this url like below:
> 
> http://www.mywebSite.com/topPage/no_cache/subPage/extension/9/1302/
> 
> but dissapointed...
> So please help me how can i get my desired url.
> Thank You,
> nirmalya



More information about the TYPO3-english mailing list