Skip to content

Instantly share code, notes, and snippets.

@johnmichel
Created March 19, 2010 15:58
Show Gist options
  • Save johnmichel/337683 to your computer and use it in GitHub Desktop.
Save johnmichel/337683 to your computer and use it in GitHub Desktop.
mod_deflate enabled .htaccess
<IfModule mod_deflate.c>
<FilesMatch "\.(js|css|htm|html|php)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment