I am working on internationalization of a yii project, I was referring the url Multilingual I am getting the widget correctly on the user page, but when I click on any of the link, then I get error 404 not found
, this is the problem with all url`s. What should I do in this case
Asked
Active
Viewed 110 times
0

Cœur
- 37,241
- 25
- 195
- 267

Rohitashv Singhal
- 4,517
- 13
- 57
- 105
-
1Have you defined urlManager? – sensorario Jan 12 '13 at 12:47
-
As said above, did you define the new UrlManager in your config/main.php ? With the rules given for the extention. – DarkMukke Jan 15 '13 at 09:24