Welcome Guest, Not a member yet? Register   Sign In
codeigniter Internationalization library
#1

[eluser]Unknown[/eluser]
I have successfully added Internationalization libary to my project but I have problem with routes.

This route works great:

Code:
$route['sr/o-nama'] = "onama";
$route['en/o-nama'] = "onama";

But this route with argment dont work, it give me a 404 error:

Code:
$route['sr/stan/(:any)'] = "stan/index/$1";
$route['en/stan/(:any)'] = "stan/index/$1";

Just to mention, before adding Internationalization library this route above works great and I had no problems with this.
What am I doing wrong?




Theme © iAndrew 2016 - Forum software by © MyBB