⇤ ← Revision 1 as of 2015-08-22 17:35:38
Size: 278
Comment:
|
Size: 378
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?
- 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>