Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

6.3. Realurl configuration

With rewrited parameter (vers 0,0,10), the « tx_metaoscommerce_pi1[oscommerceURL] » parameter now contains a shortMD5 of URL. So it can now easily be rewrited by RealUrl

You can use this parameter (in your RealUrl conf)

« cat » text is just for example.

'postVarSets' => array(

            '_DEFAULT' => array(

'cat'=>array(

array(

'GETvar' => 'tx_metaoscommerce_pi1[oscommerceURL]',

),

),

                ),            

            ),

URL will look like :

/en/shop/cat/50acd236ae.html

rather than

/en/shop.html?tx_metaoscommerce_pi1[oscommerceURL]=.......