Skip to content

Instantly share code, notes, and snippets.

@ninetwentyfour
Created August 28, 2011 16:33
Show Gist options
  • Save ninetwentyfour/1176878 to your computer and use it in GitHub Desktop.
Save ninetwentyfour/1176878 to your computer and use it in GitHub Desktop.
Improve YSlow Score With .htaccess - blogpost
Header unset ETag
FileETag None
<FilesMatch "\.(css|js)$">
SetOutputFilter DEFLATE
</FilesMatch>
<FilesMatch "\.(mov|otf|eot|ttf|ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
</FilesMatch>
Header unset ETag
FileETag None
<FilesMatch "\.(css|js)$">
SetOutputFilter DEFLATE
</FilesMatch>
<FilesMatch "\.(mov|otf|eot|ttf|ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment