How to enable compression in WAMP installed on Windows Server?
Posted
by
Mehdi Jalal
on Pro Webmasters
See other posts from Pro Webmasters
or by Mehdi Jalal
Published on 2013-10-22T07:23:37Z
Indexed on
2013/10/22
10:15 UTC
Read the original article
Hit count: 575
How to enable compression in WAMP running on Windows Server 2008?
I searched the net and I followed these steps given here: http://www.zigpress.com/2009/04/09/enabling-gzip-on-wamp/.
But after restarting my WAMP the icon got yellow not green.
Than followed this post: http://forum.wampserver.com/read.php?2,93406.
Again the same problem my WAMP icon after restarting gets yellow.
This is the code I put in Apache httpd.conf:
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript
</ifmodule>
© Pro Webmasters or respective owner