[TYPO3-english] Realurl dilema

Mogens Fiebrandt mogens.fiebrandt at gmx.de
Wed Oct 7 01:43:34 CEST 2015


Hi Ivan,

did you try to enable CHasch Cache with:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['init']['enableCHashCache'] 
= true;

and remove:

array(
     'GETvar' => 'cHash',
),

from the PostVarSets.

If the solution is working please post it to the mailinglist.


Greets
Mogens

Am 06.10.2015 um 18:46 schrieb Ivan Godorogea:
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list