Skip to content

Instantly share code, notes, and snippets.

@mikhaelr
Created June 5, 2018 07:41
Show Gist options
  • Select an option

  • Save mikhaelr/65ba4e4603d6a30bf8b3c9154dd3efa3 to your computer and use it in GitHub Desktop.

Select an option

Save mikhaelr/65ba4e4603d6a30bf8b3c9154dd3efa3 to your computer and use it in GitHub Desktop.
.htaccess expiration headers
# Expire images header
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment