Question
On LAMP how do one turn OFF an ON gZip compression?
Hi there,
I see by default gzip is ON. That’s sound! But what if I want turn it off? I need perform some tests and see difference between turned on and off gzip.
I found this htaccess line of code RewriteRule . - [E=no-gzip:1]
Bot it seems doesn’t work..
Thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×