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

Dmitry Dulepov [typo3] dmitry at typo3.org
Fri May 9 23:17:41 CEST 2008


John Angel wrote:
> 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?

Looks like noMatch is triggering in your case. Check your TS setup.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"




More information about the TYPO3-dev mailing list