[TYPO3] language menu and realurl (issue with L=0 language)

Jan Bednarik info at bednarik.org
Sat Sep 29 21:40:44 CEST 2007


Hey,

try CoolUri instead ;) (sorry Dmitry, I just have to). Anyway...

> Just to provide a little more information as I am debugging,  I have tried
> the following,

But you haven't provide the most important information - RealURL 
configuration. If you don't specify key for param value 0 then nothing 
will appear in URLs. I've used to use this configuration:

'preVars' => array(
              array(
                  'GETvar' => 'L',
                  'valueMap' => array(
                      'de' => '1',
                      'it' => '2',
                      ),
                  'noMatch' => 'bypass',
                  ),
               ),

and no default languge key appeared.

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list