Joined January 2014
·

Walter Raponi

Ritoll
·
Rome
·
·
·

Posted to CakePHP multilingual route over 1 year ago

You might even define only some languages to match:
Router::connect('/:i10n/:controller/:action/*', array(), array('i10n' => 'en|de|it|es'));
In this way you could use another 2char string to match another rule (ex: /up/files)

Achievements
10 Karma
0 Total ProTip Views