|
Size: 278
Comment:
|
← Revision 3 as of 2016-08-02 11:35:26 ⇥
Size: 278
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>