Skip to content

Instantly share code, notes, and snippets.

@hartym
Created May 15, 2009 14:05
Show Gist options
  • Save hartym/112222 to your computer and use it in GitHub Desktop.
Save hartym/112222 to your computer and use it in GitHub Desktop.
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
FileETag none
<IfModule mod_headers.c>
Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "modification plus 10 years"
FileETag none
</IfModule>
</FilesMatch>
<IfModule mod_deflate.c>
<FilesMatch "\.(js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment