Created
August 11, 2013 23:25
-
-
Save ryanscherler/6207349 to your computer and use it in GitHub Desktop.
Enable compression in .htaccess (adapted from HTML5 BP directives).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<FilesMatch "\.(js|css|html|htm|php|svg)$"> | |
SetOutputFilter DEFLATE | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment