Hi. Many of the stylesheets and JavaScript files on my site are now gzipped, but a couple are still being reported by YSlow as not being gzipped. It looks like that is due to the file having a ?ver=123456789 query string appended to the filename. Here's an example:
http://www.example.com/wp-content/themes/mytheme/style.css?ver=1259129261
that is the style.css filemtime
http://www.example.com/wp-content/plugins/a-plugin/style.css?ver=2.8.6
that is the WordPress version
Any idea how to enable gzip for those CSS files? I have a JavaScript file that is showing up as not gzipped for the same reason, I believe.
Thank you.