[TYPO3-english] RealURL Configuration Help

Rod Naugler rnaugler at statikonline.com
Wed Nov 2 23:24:27 CET 2011


I read through the manual for realURL, and I understood how to apply 
configuration options to an existing configurations but I wasn't able to 
determine how to get started.

I hadn't seen the cbrealurl extension, I'll look into that.

Thanks!

Rod

On 11-11-02 07:08 AM, Victor Livakovsky wrote:
> 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
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list