Welcome Guest, Not a member yet? Register   Sign In
URI problem
#1

[eluser]Unknown[/eluser]
Hello!

I'm not really used to Code Igniter, as I got in touch with it just a few days ago.
Right now I'm in trouble with the allowed URI characters.
I'm working with XAMPP as testing environment as my webserver can't handle PHP at the moment.
This means the base url is "http://localhost/".
When I'm opening the URL: "http://localhost/ueberlorem" CodeIgniter responses with:
Quote:The URI you submitted has disallowed characters.

My config.php allows the following characters:
Code:
$config['permitted_uri_chars'] = 'a-z0-9.:_-';

What's wrong?
Could anybody help, please?


Messages In This Thread
URI problem - by El Forum - 01-18-2010, 10:00 AM
URI problem - by El Forum - 01-18-2010, 11:18 AM
URI problem - by El Forum - 01-19-2010, 05:26 AM
URI problem - by El Forum - 01-20-2010, 06:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB