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


HOW TO GET FREE UPGRADE TO PERPLEXITY.AI PRO FOR 12 MONTHS AND TESTING PRO FEATURES

HOW TO GET FREE UPGRADE TO PERPLEXITY.AI PRO FOR 12 MONTHS AND TESTING PRO FEATURES

If you spend time researching, comparing, or synthesising information online, you have probably encountered Perplexity.ai — a research-focused assistant that blends large language models with live web search and citation trails. The Pro plan supercharges that experience with priority access to powerful models, higher usage limits, and premium capabilities baked directly into the interface. Right […]

read more
VidTechy: The Ultimate Tool for AI-Powered Video Optimization

VidTechy: The Ultimate Tool for AI-Powered Video Optimization

Unlock the potential of your videos with VidTechy, the ultimate AI-powered tool for seamless video optimization and enhanced viewer engagement.

read more

Like our Page