Welcome Guest, Not a member yet? Register   Sign In
Routing problem
#3

[eluser]wiredesignz[/eluser]
Phew that took some trial and error settings wise. (never having used $_GET)

Try setting $config['uri_protocol'] = "PATH_INFO"; and removing your regex route altogether.
Also set $config['enable_query_strings'] = TRUE;

This worked to the point that I was able to use the query ?oid=12345 and get to the controller and the $_GET variable is set.


Messages In This Thread
Routing problem - by El Forum - 01-28-2008, 04:20 AM
Routing problem - by El Forum - 01-28-2008, 05:44 AM
Routing problem - by El Forum - 01-28-2008, 06:11 AM
Routing problem - by El Forum - 01-28-2008, 06:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB