MyBB Community Forums

Full Version: Remove query strings from static resources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any idea how can I fix this:

Resources with a "?" in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:

http://mysite(.)com/jscripts/optimized/general.js?ver=1603
There are so few proxy servers out there that won't cache a query string I wouldn't worry, and regardless of proxy servers the browser will cache it.
Thanks very much