CodeIgniter Forums
Working Query Strings with AUTO uri_protocol - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Working Query Strings with AUTO uri_protocol (/showthread.php?tid=30218)



Working Query Strings with AUTO uri_protocol - El Forum - 05-06-2010

[eluser]Dan Horrigan[/eluser]
I have finally figured out how to get query strings working with CI 1.7.2. I have posted it up on GitHub. Unlike other work arounds, you DO NOT need to change your uri_protocol, enable_query_strings, or permitted_uri_chars settings in your config file for this to work.

http://github.com/dhorrigan/codeigniter-query-string

Hope this helps.


Working Query Strings with AUTO uri_protocol - El Forum - 05-22-2010

[eluser]Unknown[/eluser]
Dan,

This is just what I was looking for, however, it doesn't seem to have any affect on my site whatsoever. My CI installation is stock, aside from using the .htaccess information from this wiki entry: http://codeigniter.com/wiki/mod_rewrite/

After following the instructions in your readme, I still cannot access any GET variables whatsoever, nor do I get any errors in my error log.