Welcome Guest, Not a member yet? Register   Sign In
Strange routing behaviour
#2

[eluser]dmorin[/eluser]
Make sure that if you have querystring enabled, but aren't using them to specify the controller and method, that you set:

Code:
$config['uri_protocol'] = "PATH_INFO";

This hides the querystring parameters from CI so it doesn't get confused and try to route based on the querystring.


Messages In This Thread
Strange routing behaviour - by El Forum - 10-01-2008, 12:37 PM
Strange routing behaviour - by El Forum - 10-02-2008, 05:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB