How to remove version after css & js resources
unixfox
New
Hello !
After the url of each resource, there is an "?" that not cached by some proxy caching servers like http://vanillaforums.org/applications/dashboard/design/style.css?v=2.2.100.3.
How to remove the version or "?" in the url of each resource ?
Emilien
0
Best Answer
-
hgtonight
MVP
Two things.
The version is included in the query string to specifically bust caches on version changes. This is a desired effect.
You are running alpha software.
It sounds like you need to re-configure your proxy caching server configuration.
7
Answers
Two things.
The version is included in the query string to specifically bust caches on version changes. This is a desired effect.
You are running alpha software.
It sounds like you need to re-configure your proxy caching server configuration.