Welcome Guest, Not a member yet? Register   Sign In
Need help with CI 2.0 and cyrillic urls
#1

[eluser]Unknown[/eluser]
Hello guys,

I've a little problem with urls in cyrillic on CI 2.0

1. I installed clean CI 2.0
2. In config/config.php I'm using this:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-а-яА-Я';
3. In config/routes.php I'm using this:
Code:
$route['тест'] = "test";
... tried also with:
Code:
$route['тест'] = "test/index";

I have properly configured controller and view - test.php ( it's a copy of the default welcome.php ).

And finally for http://localhost/тест I get:
Quote:404 Page Not Found

The page you requested was not found.

Anybody, any ideas how to solve this issue?

Thanks!


Messages In This Thread
Need help with CI 2.0 and cyrillic urls - by El Forum - 05-10-2011, 10:45 AM
Need help with CI 2.0 and cyrillic urls - by El Forum - 06-25-2012, 11:58 AM
Need help with CI 2.0 and cyrillic urls - by El Forum - 06-25-2012, 01:02 PM
Need help with CI 2.0 and cyrillic urls - by El Forum - 06-25-2012, 01:13 PM
Need help with CI 2.0 and cyrillic urls - by El Forum - 06-25-2012, 02:04 PM
Need help with CI 2.0 and cyrillic urls - by El Forum - 06-30-2012, 01:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB