Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Created April 11, 2012 20:47
Show Gist options
  • Save colinfwren/2362454 to your computer and use it in GitHub Desktop.
Save colinfwren/2362454 to your computer and use it in GitHub Desktop.
.htacccess to ensure no caching of files
# stops mobile phone service providers from caching content
Header set Cache-Control "no-transform"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment