I'm having an issue here.
i setup my router with squid transparent proxy and also to do static files caching.
It can cache static files successfully.
But it cannot cache static file with query string.
Example:
http://www.example.com/style.css => this will cache successfully
http://www.example.com/style.css?v=1.1 => this won't cache.
Does anyone know why and how to fix that?