If i delete the cHash appendix every thing is OK.
TYPO3 7.6.11, news 5.2.0, realurl 2.1.4 with indexed search
Any hint is welcome.
If i delete the cHash appendix every thing is OK.
TYPO3 7.6.11, news 5.2.0, realurl 2.1.4 with indexed search
Any hint is welcome.
Add Below line in your "realurl_autoconf.php".
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(
'enableCHashCache' => FALSE,
),