How to enable compression in WAMP installed on Windows Server?
- by Mehdi Jalal
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>