Skip to content

Instantly share code, notes, and snippets.

Created July 3, 2012 08:32
Show Gist options
  • Save anonymous/3038499 to your computer and use it in GitHub Desktop.
Save anonymous/3038499 to your computer and use it in GitHub Desktop.
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html "access plus 2 hours "
ExpiresByType text/xml "access plus 2 hours"
ExpiresByType image/gif "access plus 3 weeks"
ExpiresByType image/jpg "access plus 2 weeks"
ExpiresByType image/png "access plus 3 weeks"
ExpiresByType video/quicktime "access plus 2 months"
ExpiresByType audio/mpeg "access plus 2 months"
ExpiresByType application/pdf "access plus 2 weeks"
ExpiresByType application/ps "access plus 2 weeks"
ExpiresByType application/xml "modification plus 2 weeks"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment