 |
Documentation
Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.
|
|
| Category |
| Getting Started |
|
Question
|
Last Modified: Nov 06, 2007
|
| I see that mod_gzip is on by default, how can I turn it off? |
| Answer |
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>
|
[FAQ Main]
[Submit a Question]
[Back to Category "Getting Started"]
|