I had found that page earlier but it did not help. I just tried again because it is what you suggested and my results are the same. I’ve listed them all below.
1. path_info. Click on that link I see that compatibility is listed as Available in Apache 2.0.30 and later. We are running Windows IIS. We do not have a httpd.conf file (that I can find).
2. Output Preferences. I found that, changed it and restarted the webserver. No change. One thing to note if anybody new to this software is reading this post, Force Query String can be found by going to the Admin tab, then system preferences, then Output and Debugging Preferences. Being a new user, I did not know where to find the “Output Preferences” in the control panel without exploring around for a bit.
3. $qtype. I updated this value to 2 in the index.php file of the root folder, restarted the webserver and nothing changed.
4. Workaround. I changed the $path_info line to “$path_info = (isset($_SERVER[‘ORIG_PATH_INFO’])) ? $_SERVER[‘ORIG_PATH_INFO’] : @getenv(‘ORIG_PATH_INFO’);”. I then changed the $qtype variable in index.php back to ‘0’ and restarted the webserver. Nothing changed.
What can I try next?
Thanks,
Frank Petroski