Created
May 15, 2009 14:02
-
-
Save hartym/112219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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