I am looking for a rewrite condition for .htaccess to ignore files which have GET variables, so for example, I want it to ignore foo.php?key=val.
At the moment I have all files being routed to the index.php but I want users to be able to go to pages directly if they have anything after the ? in the URI.
Many Thanks!
Add this before your
RewriteRule:See the Apache Docs for more info