Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2015-08-22 17:35:38
Size: 278
Editor: wilhelms
Comment:
Revision 3 as of 2016-08-02 11:35:26
Size: 278
Editor: mcdermd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Question: I see that mod_gzip is on by default, how can I turn it off?''' '''Question: I see that mod_gzip is on by default. How can I turn it off?'''

Question: I see that mod_gzip is on by default. How can I turn it off?

  • You can put the following into a .htaccess file within the directory you want to turn it off in.

<IfModule mod_gzip.c>
    mod_gzip_on Off
</IfModule>


CategoryGettingStarted

I see that mod_gzip is on by default. How can I turn it off? (last edited 2016-08-02 11:35:26 by mcdermd)