Search results

  1. H

    Can't prevent .js file caching

    Hi, I'm trying to prevent .js files to be cached, but it looks like there's no way to achieve it... I've (also) added this to the .htaccess file: <filesMatch "\.(html|htm|js|css)$"> FileETag None <ifModule mod_headers.c> Header unset ETag Header set Cache-Control "max-age=0, no-cache...
Top