[TYPO3-german] Immer wieder Probleme mit ?RealURL? / error [...] could not be found, closest page matching is [...]

Marco Peemöller listen at goto-marco.de
Sat May 26 20:57:02 CEST 2007


Michael Ludwig schrieb:
>
> ====== RealURL-Konfig =====================
> $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
>   '_DEFAULT' => array(
>     'init' => array(
>       'appendMissingSlash' => 'ifNotFile',
>     ),
>     'pagePath' => array(
>       'type' => 'user',
>       'userFunc' =>
> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
>       'spaceCharacter' => '-',
>       'rootpage_id' => 1
>     ),
>   ),
>   
Hallo,

bin leider auch nicht der Realurl-Experte, hatte das Problem aber auch 
schon in der Art und Weise...

Versuche mal folgendes in 'init' einzufügen bzw. zu ergänzen:

'init' => array(
      'enableCHashCache' => true,
        'enableUrlDecodeCache' => true,
        'enableUrlEncodeCache' => true,
        'adminJumpToBackend' => true,
        'emptyUrlReturnValue' => '/',
      'appendMissingSlash' => 'ifNotFile',
   ),

und in 'pagePath' steht bei mir noch folgendes

 'pagePath' => array(
      'type' => 'user',
      'userFunc' =>
      
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
      'spaceCharacter' => '-',
      'languageGetVar' => 'L',
      'expireDays' => 3,
      'dontResolveShortcuts' => true,
      'segTitleFieldList' => 'alias,subtitle,title,uid',
      'rootpage_id' => '2',
      'firstHitPathCache' => 1
   ),

Viele Grüße

Marco

-- 
Marco Peemöller


More information about the TYPO3-german mailing list