[TYPO3-german] Problem mit RealURL

Christoph Hörterer christoph.hoerterer at googlemail.com
Thu Apr 12 21:27:55 CEST 2007


Hi,
ich setzte seit Kurzem Typo3 4.1 ein und habe auch RealURL konfiguriert.
Leider verhält es sich nicht so, wie ich gerne hätte.
Obwohl ich 'appendMissingSlash' => 'ifNotFile', hinzugefügt habe,
klappt der Aufruf nicht ohne '/'

Woran könnte das denn liegen?

Gruss,
Christoph

HIer noch ein Teil meiner RealURL-Config (eigentlich aus dem Manual kopiert):
---------------------
 $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
    'init' => array(
        'enableCHashCache' => 1,
        'enableUrlDecodeCache' => 1,
        'enableUrlEncodeCache' => 1,
        'appendMissingSlash' => 'ifNotFile',
    ),
     'preVars' => array(
         array(
             'GETvar' => 'L',
             'valueMap' => array(
                 'de' => '0',
                 'en' => '1',
             ),
             'noMatch' => 'bypass',
         ),
     ),
     'fileName' => array (
         'index' => array(
             'page.html' => array(
                 'keyValues' => array (
                     'type' => 1,
                 )
             ),
             '_DEFAULT' => array(
                 'keyValues' => array(
                 )
             ),
         ),
     ),
      'pagePath' => array(
        'type' => 'user',
        'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
        'spaceCharacter' => '-',
        'languageGetVar' => 'L',
        'expireDays' => 30,
    ),

    'postVarSets' => array(
    '_DEFAULT' => array (
        'photobook' => array(
         array(
             'GETvar' => 'tx_gooffotoboek_pi1[srcdir]',
        ),
         array(
             'GETvar' => 'tx_gooffotoboek_pi1[fid]',
         ),
         array(
             'GETvar' => 'tx_gooffotoboek_pi1[func]',
             'valueMap' => array(
                 'thumbnails' => 'thumb',
             ),
         ),
        ),
        ),
        ),

 );


-- 
Christoph Hörterer
christoph at hoerterer.de


More information about the TYPO3-german mailing list