RewriteCond %{QUERY_STRING} !.+
This line prevents the url is served via cache if the url has query string like that /file.php?color=red&key=value
RewriteCond %{QUERY_STRING} !.+
This line prevents the url is served via cache if the url has query string like that /file.php?color=red&key=value