Welcome Guest, Not a member yet? Register   Sign In
Redirect Issues with GET parameters - 404 Error
#2

[eluser]WanWizard[/eluser]
CI standard doesn't support both URI segments and query string variables. As soon as you enable 'query_strings' in the config, it tries to use the query string for routing.

Do a search here on 'allow_get_array', you'll find one of my posts describing how to extend CI to support $_GET while still use URI segments for routing.


Messages In This Thread
Redirect Issues with GET parameters - 404 Error - by El Forum - 07-23-2010, 01:29 PM
Redirect Issues with GET parameters - 404 Error - by El Forum - 07-23-2010, 01:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB