[TYPO3] realurl duplicate content

Rupali Gupta rupali.ffm at googlemail.com
Thu Sep 25 15:14:51 CEST 2008


it didn't help Xavier, instead of 'noMatch' => 'bypass',i have now
'valueDefault' => 'en', but the results r same as before.

On Thu, Sep 25, 2008 at 2:43 PM, Xavier Perseguers <typo3 at perseguers.ch>wrote:

> Hello,
>
> > My problem is that, as soon as i call my site www.ebc-international.com,
> the
> > starting page in english language opens(which shud also be the case) but
> i
> > want the url also to be www.ebc-international.com/en/home.
> >
> > here is my realurl_conf.php code:
> > <?php
> > $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
> >      [...]
> >
> >     ),
> >     'preVars' => array(
> >                         [...]
> >                          array(
> >                              'GETvar' => 'L',
> >                              'valueMap' => array(
> >                                  'en' => '0',
> >                                  'de' => '9',
> >                                  'pt' => '12',
> >                              ),
> >                              'noMatch' => 'bypass',
> >                         ),
> >                 ),.....
>
> You have to remove the option "noMatch" and use "valueDefault" instead
> to force a language to be set when no language is specified.
>
> --
> Xavier Perseguers
> http://xavier.perseguers.ch/en/tutorials/typo3.html
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



-- 
Regards,
Rupali


More information about the TYPO3-english mailing list