[TYPO3-german] Sprachwechsel: Fehler "The requested page does not exist!" nur auf Sartseite
Laurin Schaller
laurin.schaller at gmail.com
Fri Dec 30 15:19:23 CET 2016
Hallo Andrea
Ich hab in der realurl_conf.php fast die gleiche Konfiguration wie du:
'init' => array(
'enableCHashCache' => 1,
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => 1,
'enableUrlEncodeCache' => 1,
'postVarSet_failureMode' => '',
),
'redirects' => array(),
'preVars' => array(
array(
'GETvar' => 'no_cache',
'valueMap' => array(
'nc' => 1,
),
'noMatch' => 'bypass',
),
array(
'GETvar' => 'L',
'valueMap' => array(
'de' => '0',
'fr' => '1',
'en' => '2',
),
'valueDefault' => 'de',
'noMatch' => 'bypass',
),
),
'pagePath' => array(
'type' => 'user',
'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'expireDays' => 7,
'rootpage_id' => 1,
'firstHitPathCache' => 1,
),
Ich hab auch den typo3temp Ordner geleert und jeweils im Installtool den Cache geleert. Realurl hatte ich auch schon neuinstalliert. Den URL-Cache für die Startseite habe ich auch schon mehrmals geleert.
More information about the TYPO3-german
mailing list