Skip to content

Instantly share code, notes, and snippets.

@rajeshg
Created October 22, 2009 21:52
Show Gist options
  • Save rajeshg/216370 to your computer and use it in GitHub Desktop.
Save rajeshg/216370 to your computer and use it in GitHub Desktop.
# add expires headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment