Implement URI language detection
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
$route['default_controller'] = "auth";
|
||||
$route['404_override'] = '';
|
||||
|
||||
$route['(\w{2})/(.*)'] = '$2';
|
||||
$route['(\w{2})'] = $route['default_controller'];
|
||||
|
||||
|
||||
/* End of file routes.php */
|
||||
/* Location: ./application/config/routes.php */
|
||||
Reference in New Issue
Block a user