TYPO3 Know How

Tagged:  •    •  

Auf dieser Seite werden kleine Hilfen zu TYPO3 veröffentlicht.

Beispielkonfiguration von RealURL

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
     '_DEFAULT' => array(
        'preVars' => array(
           '0' => array(
              'GETvar' => 'L',
              'valueMap' => array(
                 'de' => '0',
                 'en' => '1',
             ),
 
              'valueDefault' => 'de',
          ),
 
       ),
 
        'fileName' => array(
           'defaultToHTMLsuffixOnPrev' => '1',
       ),
 
        'pagePath' => array(
           'type' => 'user',
           'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
           'spaceCharacter' => '-',
           'languageGetVar' => 'L',
           'expireDays' => '3',
           'rootpage_id' => '2',
       ),
 
        'fixedPostVars' => array(
       ),
 
    ),
 
 );

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <br>

More information about formatting options