rareyush Posted August 12, 2018 Posted August 12, 2018 I am using gzip code this <IfModule mod_deflate.c> AddOutputFilter DEFLATE js css AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </IfModule> but it is not working. I used this site to check to gzip and it's not enabled https://checkgzipcompression.com/
netcarver Posted August 12, 2018 Posted August 12, 2018 Is mod_deflate actually installed on the server? (You may need to ask your host)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now