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,
  ),
 ),
);
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to