![]() |
Trouble with "default_controller" and "enable_query_strings". - 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: Trouble with "default_controller" and "enable_query_strings". (/showthread.php?tid=440) |
Trouble with "default_controller" and "enable_query_strings". - yakiniku48 - 12-04-2014 If $config['enable_query_strings'] is TRUE on config.php, CI3 can't find default_controller. RE: Trouble with "default_controller" and "enable_query_strings". - artha.nugraha - 12-04-2014 (12-04-2014, 09:03 PM)yakiniku48 Wrote: If $config['enable_query_strings'] is TRUE on config.php, CI3 can't find default_controller. please try with this solution https://ellislab.com/forums/viewthread/220827/#1017293 |