CodeIgniter Forums
"The URI you submitted has disallowed characters" question.. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: "The URI you submitted has disallowed characters" question.. (/showthread.php?tid=3074)



"The URI you submitted has disallowed characters" question.. - El Forum - 09-08-2007

[eluser]PoWah[/eluser]
In config.php there are default permitted chars setting:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';

But a char '%' is not allowed in my urls...

Whats wrong?


"The URI you submitted has disallowed characters" question.. - El Forum - 09-15-2007

[eluser]aroman[/eluser]
Yes , i also got an error . I tried to put a % in the url . Error says " Bad request!
Your browser (or proxy) sent a request that this server could not understand.
If you think this is a server error, please contact the webmaster.
Error 400
localhost
09/16/07 11:13:26
Apache/2.2.0 (Win32) PHP/5.1.2 "

Whats wrong with my localhost ?