Created
January 28, 2016 21:13
-
-
Save tylerflint/08e6ec04e8ece232ade2 to your computer and use it in GitHub Desktop.
Apache .htaccess configuration for disabling browser to cache files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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