[TYPO3] Changing default language
Rosina Bignall
public at rosinabignall.com
Tue Oct 10 12:46:48 CEST 2006
Dmitry Dulepov wrote:
> So they are ok without realurl and not ok with realurl, whici makes me
> think that you did not clear realurl cache :)
>
> Please, go to Web>Info, "Speaking Url management" there and clear all
> three caches.
>
Unfortunately, no, that didn't work. They just went back to the same
mix up.
So, I dug into the configuration and took a close look at it (I was just
blindly using the one generated by aeurltool) and here's what I found.
<snip>
'GETvar' => 'L',
'valueMap' => array (
'de' => '0',
'en' => '1',
),
<snip>
So, I changed it to 'en' => '0', 'de' => '1' and then the URLs were
correct. I also added the french part to get
'GETvar' => 'L',
'valueMap' => array (
'en' => '0',
'de' => '1',
'fr' => '2',
),
That solved the problem.
Thanks for the help!
Rosina
http://RosinaBignall.com/
http://LearnersVillage.com/
More information about the TYPO3-english
mailing list