Lets say I have folder /js . When app new version is released I would like to upload new files in same path and to use RewriteRules to allow to access it e.g. /1.2.3/js/file.js that fetches /js/file.js and will benefit for file-based cache boosting returning it first time as not cached (at least in browser side) because wasn't yet accessed.