The URI you submitted has disallowed characters. |
[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
[eluser]pistolPete[/eluser]
It depends on the following setting: Code: $config['uri_protocol'] = ? Which one did you setup?
[eluser]pistolPete[/eluser]
Since these issues sound very similar, please have a look at permitted uri chars problem. |
Welcome Guest, Not a member yet? Register Sign In |