Differences between revisions 2 and 3
Revision 2 as of 2016-08-02 11:34:52
Size: 378
Editor: mcdermd
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:
## page was renamed from GettingStarted/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?'''

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)