[TYPO3] reaiUrl for tx_myextension_pi1 !!

Nirmalya nirmalya at fivee.in
Fri Nov 3 09:57:47 CET 2006


Thanks to Nils and Dmitry.

To configure RealUrl

I've url like:
http://www.mywebSite.com/topPage/no_cache/subPage.html?tx_myextension_pi1%5Buid%5D=9

(in Browsers Status Bar:
http://www.mywebSite.com/topPage/no_cache/subPage.html?tx_myextension_pi1[uid]=9) 


i've written realUrl for this like:
	'postVarSets' => array (
                'home' => array (
		  array ('GETvar' => 'tx_vincent5erenting_pi2[uid]'),
		),
             ),
but not succeed
To encode like:
http://www.mywebSite.com/topPage/no_cache/subPage/extension/9/
---..


Dmitry Dulepov wrote:
> Hi!
> 
> Nirmalya wrote:
>> I want to configure realUrl for my own written extension.
> ....
>> but dissapointed...
> 
> Why disappointed? You have to configure it to work :)
> 



More information about the TYPO3-english mailing list