Welcome Guest, Not a member yet? Register   Sign In
The URI you submitted has disallowed characters.
#1

[eluser]sl3dg3hamm3r[/eluser]
Hey there

I get always an error as described in the subject. I don't fully understand why. My URI looks like this:

[...]/myclass/mymethod/ööö

The URL-encoded (please note that this forum seems to translate url-encoded stuff, my URL is correctly encoded!) part represents 'ööö'. But according to

Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';

the used characters should be okay, since they are url-encoded...

Thx for any help
Sl3dg3
#2

[eluser]pistolPete[/eluser]
It depends on the following setting:
Code:
$config['uri_protocol'] = ?

Which one did you setup?
#3

[eluser]sl3dg3hamm3r[/eluser]
I haven't changed it, it says 'AUTO'...
#4

[eluser]pistolPete[/eluser]
Since these issues sound very similar, please have a look at permitted uri chars problem.




Theme © iAndrew 2016 - Forum software by © MyBB