[TYPO3-english] Realurl dilema

Ivan Godorogea igodorogea at winify.com
Tue Oct 6 18:46:34 CEST 2015


Hello,

Does anybody know why this url
/?tx_eventmanager_eventslist%5Bevent%5D=199&tx_eventmanager_eventslist%5Bcontroller%5D=Event&tx_eventmanager_eventslist%5Baction%5D=show&cHash=46a3767d41d8e11d05892eb75b37355d

is encoded by realurl and but this one
/?tx_eventmanager_eventslist%5Bevent%5D=199&tx_eventmanager_eventslist%5Baction%5D=show&tx_eventmanager_eventslist%5Bcontroller%5D=Event&cHash=46a3767d41d8e11d05892eb75b37355d

is not. The difference between them is - controller and action params 
are switched.

TYPO3 6.2.15
realurl 1.13.3

realurl conf:
         'postVarSets' => array(
             '_DEFAULT' => array(
                 'events' => array(
                     array(
                         'GETvar' => 
'tx_eventmanager_eventslist[controller]',
                     ),
                     array(
                         'GETvar' => 'tx_eventmanager_eventslist[action]',
                     ),
                     array(
                         'GETvar' => 'tx_eventmanager_eventslist[event]',
                         'lookUpTable' => array(
                             'table' => 
'tx_eventmanager_domain_model_event',
                             'id_field' => 'uid',
                         ),
                     ),
                     array(
                         'GETvar' => 'cHash',
                     ),
                 ),

             ),
         ),

Any ideas?


Regards,
Ivan


More information about the TYPO3-english mailing list