Yii urlManager language in URL
- by TaMeR
I am trying to add a language to the url with following syntax:
http://www.example.com/en/site/page/view/about
What I have so far works with short urls like:
http://www.example.com/en/site/contact
but not with long once as in my first example
Here is what I have so far:
/config/main.php
'urlManager'=>array(
…