I am using language files.
But i want to add /en/ /hi/ on url
http://domain.com/en/controller/method/?query_string ..
But it is not working.
But i want to add /en/ /hi/ on url
http://domain.com/en/controller/method/?query_string ..
Code:
$route['(\w{2})'] = $route['default_controller'];
But it is not working.