Codeigniter ignoring query strings. Only loading index page.
        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/18
            2:30 UTC
        
        
        Read the original article
        Hit count: 414
        
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