Skip to content

Instantly share code, notes, and snippets.

@srobbin
Created June 8, 2010 19:50
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 srobbin/430555 to your computer and use it in GitHub Desktop.
Save srobbin/430555 to your computer and use it in GitHub Desktop.
# Add to your .htaccess file
FileETag none
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
ExpiresByType application/x-javascript A2592000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment