Please note I am using codeigniter 3.0.3.
In my current project I want to use both query string and segment base url. When I enable
$config['enable_query_strings'] = TRUE
segment base stopped working. I have used all options of uri protocol e.g.
$config['uri_protocol'] = 'PATH_INFO'; //REQUEST_URI,QUERY_STRING
Is there any way to use both with out any errors. I want to use url helpers in segmented url's and at few places I want to use query strings too.