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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to