Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created January 27, 2015 03:47
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 raamdev/001da8b8c14aad654f2b to your computer and use it in GitHub Desktop.
Save raamdev/001da8b8c14aad654f2b to your computer and use it in GitHub Desktop.
Enable Browser Caching for Apache (add this to the root .htaccess file on your site)
# Browser Caching
FileETag MTime Size
<IfModule expires_module>
ExpiresActive on
ExpiresDefault "access plus 1 week"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment