[TYPO3] RealUrl and Chinese

Ronald Steiner Ronald.Steiner at googlemail.com
Fri Sep 26 14:41:18 CEST 2008


Hi Gideon,

I would not disable the path cache. If it works after you disable the 
path cache, just clear the path cache table in your DB and enable the 
cache again. - caching the path makes things much faster.

greetings

Ron


Gideon So schrieb:
> Hi Sandy,
> 
>     You are the one!!!! Thanks so much. Just need to add 
> 'disablePathCache' => 1 and everything works like a charm.
> 
>     Thanks again.
> 
> Gideon So
> 
> Siedlaczek, Sandy ??:
>> Yes, it seems to be correct, my complete pagePath-Array:
>>
>> 'pagePath' => array(
>>         'type' => 'user',
>>         'userFunc' =>
>> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
>>         'spaceCharacter' => '-',
>>         'segTitleFieldList' =>
>> 'alias,tx_realurl_pathsegment,nav_title,title',
>>         'languageGetVar' => 'L',
>>         'expireDays' => 1,
>>         'disablePathCache' => 1,
>>         'rootpage_id' => 2,
>>     ),
>>
>> My p2_realurl Configuration:
>>
>> List of language UIDs: 8,10,11
>> Default language UID: 1 (english)
>>
>> 8 = greek
>> 10 = Hungarian
>> 11 = Chinese
>>
>> However, you can define an alias for each site, instead.
>>
>> Greets Sandy
>>


More information about the TYPO3-english mailing list