Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created June 12, 2009 02:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trevorturk/128392 to your computer and use it in GitHub Desktop.
Save trevorturk/128392 to your computer and use it in GitHub Desktop.
# gzip html, css and js
AddOutputFilterByType DEFLATE text/html text/css application/x-javascript application/javascript
# far future expires headers
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresDefault "access plus 10 years"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment