Problem with route and URI Language code |
[eluser]KeyStroke[/eluser]
Here's how I did it in my application: Code: $route['(en|ar|de|nl|es|fr|ru|pt)*/*(.*)'] = '$2'; http://example.com/ar/controller to this: http://example.com/controller And you can still access the controller directly without problems. Hope this helps. |
Messages In This Thread |
Problem with route and URI Language code - by El Forum - 04-21-2008, 03:48 AM
Problem with route and URI Language code - by El Forum - 04-21-2008, 04:25 AM
Problem with route and URI Language code - by El Forum - 04-21-2008, 04:59 AM
|