![]() |
URI handling - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: URI handling (/showthread.php?tid=66511) |
URI handling - krishg - 10-28-2016 On CI 3.1.0 For my site If I enter http://<domainname>/search/results?type=event, all works fine However if I enter http://<domainname>/search/results/&type=event I get this error Fatal error: Class 'CI_Controller' not found in /var/www/html/system/core/CodeIgniter.php on line 366 Any pointers to troubleshoot appreciated. RE: URI handling - krishg - 10-28-2016 I figured out it's due to permitted_uri_characters. Is there a graceful way to handle this? |