Skip to content

Instantly share code, notes, and snippets.

@ablears
Created December 11, 2017 21:03
Embed
What would you like to do?
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