Skip to content

Instantly share code, notes, and snippets.

@walterrenner
Forked from yellowled/.htaccess
Created June 11, 2014 12:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save walterrenner/da0fe0a7dd23cf99b730 to your computer and use it in GitHub Desktop.
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment