I’m removing index.php from URLs using the exclude method and would like to know how to keep the ?ACT= query strings working. As you may or may not know, they only work at
<a href="http://www.mysite.com/index.php?ACT=9">http://www.mysite.com/index.php?ACT=9</a><a href="http://www.mysite.com/?ACT=9">http://www.mysite.com/?ACT=9</a>I basically need a way to take all those query string URLs and put the index.php back into them. Any thoughts?