Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created January 28, 2016 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerflint/08e6ec04e8ece232ade2 to your computer and use it in GitHub Desktop.
Save tylerflint/08e6ec04e8ece232ade2 to your computer and use it in GitHub Desktop.
Apache .htaccess configuration for disabling browser to cache files
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment