[TYPO3-english] RealURL Configuration Help

Victor Livakovsky v-tyok at mail.ru
Wed Nov 2 11:08:38 CET 2011


Hi, Rod.

Possible solutions:
1. Read the manual of realurl.
2. Use some pre-configuration, like cbrealurl extension.
3. Take this basic configuration and extend it to your needs by reading the 
manuel anyway ;)
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
  'domain.tld' => array (
   'init' => array (
    'enableCHashCache' => true,
    'appendMissingSlash' => 'ifNotFile',
    'enableUrlDecodeCache' => true,
    'enableUrlEncodeCache' => true,
    'emptyUrlReturnValue' => true,
    'emptySegmentValue' => '-'
   ),
   'pagePath' => array (
    'type' => 'user',
    'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
    'spaceCharacter' => '-',
    'expireDays' => '3',
    'rootpage_id' => '1',
    'disablePathCache' => false,
    'autoUpdatePathCache' => false,
   ),
   'fileName' => array (
    'defaultToHTMLsuffixOnPrev' => true,
   ),
  ),
); 



More information about the TYPO3-english mailing list