![]() |
The URI you submitted has disallowed characters. - 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. (/showthread.php?tid=12922) |
The URI you submitted has disallowed characters. - El Forum - 11-05-2008 [eluser]mDonchev[/eluser] Hello, I have this URL to my controler: http://www.radio.bg/facebookapp/?auth_token=3e252604a29b54a1f4b4eb7e8ab0ea49&installed=1&next=http://www.radio.bg/facebookapp And this is the line of my config.php: Code: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_+-а-яА-Я'; // I have some cyrillic chars in some of my urls What I should do to fix it ? THanks Martin The URI you submitted has disallowed characters. - El Forum - 11-05-2008 [eluser]dcunited08[/eluser] What is your $config['uri_protocol'] setting? It seems it is not allowing your '&', which is rather weird. |