Welcome Guest, Not a member yet? Register   Sign In
Using codeigniter in QUERY_STRING mode with php fast CGI
#9

I use fcgid and use the same htaccess you are (with the ?), AND use query strings (and superglobal $_GET is available and populated). The only difference I see is I have mine set like:
PHP Code:
$config['uri_protocol']        = 'REQUEST_URI';

$config['allow_get_array'] = TRUE;
$config['enable_query_strings'] = TRUE//note I'm not using ?c=controller&m=method etc, just regular /controller/method urls 

I'm using CI 2.2
Reply


Messages In This Thread
RE: Using codeigniter in QUERY_STRING mode with php fast CGI - by CroNiX - 03-20-2015, 03:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB