Add GZip compression to your site Print

  • 0

Add this to the end of your .htaccess files.

# BEGIN GZIP
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
# END GZIP


Was this answer helpful?

« Back