First of all I MUST point out that I am NOT a programmer, have NO desire to be a programmer, and the application i am speaking of was NOT written by me. I am just an average end user trying to make things work like I need them to work. That being said,
Two simple questions:
1.) Why will urls like this not work with codeigniter powered apps ?
http://somesite.com/search?q=something
2.) How do I force it to work like that ?
I have read atleast 2 dozen articles on the issue and NOTHING has worked. I have enabled QueryStrings in the config file, I have change the url_protocol to PATH_INFO, I have set my forms from post to get and NOTHING works.
HELP...
allow_get_arraywhich is not introduced until version 2.0.2 (currently the latest version).enable_query_strings, although it sounds like it should do what it says, it completely different.