Created
July 20, 2012 18:29
-
-
Save gavinblair/3152445 to your computer and use it in GitHub Desktop.
don't cache these 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
# we're using appcache to cache our stuff. | |
<filesMatch "\.(html|htm|js|css|jpg|png|appcache)$"> | |
Header set Cache-Control "no-cache" | |
</filesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment