[TYPO3-dev] RealURL - language as part of the URL

John Angel johnange at gmail.com
Wed May 7 14:12:09 CEST 2008


Hi,

Something has changed in the latest version of RealURL, but cannot find it in the documentation. It shows different behavior using the same configuration as earlier:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
	'preVars' => array(
		array(
			'GETvar' => 'L',
			'valueMap' => array(
				'en' => '0',
				'fr' => '1',
			),
			'noMatch' => 'bypass',
		),
	),


When visiting the page http://site/ it redirects to http://site/en/ (properly, using the extension ja_default_language), but it displays links http://site/page1, http://site/page2, etc. instead of http://site/en/page1, http://site/en/page2 (as it was earlier).

How to achieve that language is always part of the URL as it was before?
 
Many thanks,
John





More information about the TYPO3-dev mailing list