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

Ralph Grier rpgrier at gmail.com
Sun Sep 30 05:23:50 CEST 2007


Thanks VERY much.  This was my problem. Before I had

'preVars' => array(
              array(
                  'GETvar' => 'L',
                  'valueMap' => array(
                      'en => '0',
                      'de' => '1',
                      'fr' => '2',
                      'es' => '3',
                      'ru' => '4',
                      ),
                  'noMatch' => 'bypass',
                  ),
               ),

Now I took out the en => '0' line and it works perfectly.

On 9/29/07, Jan Bednarik <info at bednarik.org> wrote:
>
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list