Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enabling Gzip in .htaccess  (Read 2200 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Enabling Gzip in .htaccess
« on: November 16, 2013, 08:00:17 am »
Hello,

Do you want to enable Gzip? If so, You can Enable Gzip in the .htaccess file by adding:

==============>>>
#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
#End Gzip
==============>>>

Normally it's enabled by default (Server-Wide), if not, please contact your server admin/hosting provider to enable this module.

Thank you,
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!