.htaccess disable mod_deflate
-
Hi,
SetEnv no-gzip 1When users download files the total size and remaining time may not be displayed. Try the option
SetEnv no-gzip 1in your .htaccess file. It disables mod_deflate in your downloadcodes folder. I tried adding the inverse to only compress text files but the lease link was still being gzipped. To see if it’s working you have to look at the response headers of the lease link (ie Inspect Element in google chrome).
The topic ‘.htaccess disable mod_deflate’ is closed to new replies.