Codeigniter ignoring query strings. Only loading
Posted
by Keyo
on Stack Overflow
See other posts from Stack Overflow
or by Keyo
Published on 2010-05-13T02:52:02Z
Indexed on
2010/05/13
3:04 UTC
Read the original article
Hit count: 357
I have setup remote debugging in netbeans. It works except codeigniter only loads the default controller (home page). I have enabled query strings with
$config['enable_query_strings'] = TRUE;
The debugger opens up a page with the following url
http://blinkfilms.ben.dev/myid/tests?XDEBUG_SESSION_START=netbeans-xdebug
So codeigniter should fire up the controller in controllers/myid/tests.php
© Stack Overflow or respective owner