Skip to content

Instantly share code, notes, and snippets.

@ablears
Created December 11, 2017 21:03
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 ablears/f2f595dd7662d16214a5fbfdbdbef115 to your computer and use it in GitHub Desktop.
Save ablears/f2f595dd7662d16214a5fbfdbdbef115 to your computer and use it in GitHub Desktop.
Expires headers .htaccess
<IfModule mod_expires.c>
ExpiresActive on
# Media: images, video, audio
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment