How to enable GZIP on a WAMP server

June 12, 2014   /   by Marco  / Categories :  Technology, Websites
GZIP Enabled

There’s a few way to enable GZIP on a WAMP server and here’s what I did to get mine working. This was tested with WAMP version 2.2

WHY ENABLE GZIP?

This will increase the speed it takes to load your website. Data is compressed before it is sent and decompressed at the receiver end. This process helps make your web pages load faster.

HOW TO ENABLE GZIP ON A WAMP SERVER?

1. Ok click on the WAMP tray applet (the Green W).

GZIP WAMP

GZIP WAMP

 

2.  Move the mouse to Apache modules, then select Apache’s deflate_module and headers_module

How to enable GZIP on WAMP

How to enable GZIP on WAMP

3. Then in WAMP tray applet, edit Apache’s httpd.conf and add the following code just before the include line at the end.

 

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

4. Restart Apache and make sure the W is still green.

Then test by using a site like checkgzipcompression.com and it should say GZIP enabled.

Here’s an example of the test result.

GZIP Enabled

GZIP Enabled

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


POWERFUL REFERRAL PROGRAM TOOL

POWERFUL REFERRAL PROGRAM TOOL

Businesses of all sizes are constantly seeking new and innovative ways to grow their customer base and increase brand awareness. With the rise of social media and the reliance on word-of-mouth marketing, referral programs have become an essential tool for companies looking to expand their reach. However, managing a successful referral program can be a […]

read more
CYBER SECURITY PLATFORM FOR YOUR BUSINESS

CYBER SECURITY PLATFORM FOR YOUR BUSINESS

Cyber security has become a top priority for individuals and organizations alike. With the ever-evolving threat of cyber attacks, it is imperative to have a strong and reliable security platform in place to protect sensitive information and data. That’s where Bleach Cyber comes in. As a leading cyber security platform, Bleach Cyber is dedicated to […]

read more

Like our Page