[TYPO3-english] Realurl - language problem

Florian Schaeffer florian.schaeffer at mercoline.de
Tue Dec 14 08:09:15 CET 2010


Good morning,

> the prefix is changed on the site. But I just want it to be like
> "mysite.com/home.html" and not "mysite.com/??/home.html". I have tried
> to remove this line, but than the site can not load. Any idea how I can
> fix this ?
>
> '1' => array (
> 'GETvar' => 'L',
> 'valueMap' => array (
> 'de' => '0',
> 'en' => '1',
> ),
> 'noMatch' => 'bypass',
> ),

Just remove the line including the 'de' => '0', then noMatch will take 
care of using the default language which in your case is de...

HTH
Florian


More information about the TYPO3-english mailing list