Skip to content

Instantly share code, notes, and snippets.

@astockwell-ps
Created July 26, 2012 16:04
Show Gist options
  • Save astockwell-ps/3182925 to your computer and use it in GitHub Desktop.
Save astockwell-ps/3182925 to your computer and use it in GitHub Desktop.
htaccess: Expiring Entity Tags
# BEGIN Entity Tag Expiration: http://stuntsnippets.com/etags-htaccess/
FileETag MTime Size
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|ico|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
# End Entity Tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment