Skip to content

Instantly share code, notes, and snippets.

@prawin
prawin / Apache DEPLATE compression
Last active December 23, 2015 08:29
GZIP Compression
####################
# GZIP COMPRESSION #
####################
SetOutputFilter DEFLATE
Addtype font/opentype .otf
Addtype font/truetype .ttf
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/x-httpd-php font/opentype font/truetype
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html