Skip to content

Instantly share code, notes, and snippets.

@richerimage
Created September 4, 2014 21:43
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 richerimage/077ca03f58707fbf72c2 to your computer and use it in GitHub Desktop.
Save richerimage/077ca03f58707fbf72c2 to your computer and use it in GitHub Desktop.
.htaccess
<filesmatch "\.(jpg|gif|png|css|js|htc)(\?.*)?$">
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
</filesmatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment