Welcome Guest, Not a member yet? Register   Sign In
Problems with query string parameters
#5

[eluser]joanfihu[/eluser]
Hi,

I'm already using this library. I've fixed the problem. Seems that if you want to use query strings in CI 2.0.2 you have to change this lines in config.php:

Code:
$config['uri_protocol'] = 'QUERY_STRING';
$config['enable_query_strings'] = TRUE;

If you don't change it and use query strings you will be redirected (Error 302).

Thanks for all Smile


Messages In This Thread
Problems with query string parameters - by El Forum - 08-17-2011, 09:49 AM
Problems with query string parameters - by El Forum - 08-17-2011, 03:35 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:11 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:14 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB