I can't enable output compression in my .htaccess file. Has anyone else been able to do this succesfully?
Here's what I'm addign to the .htaccess file
I tried to set these at the top of my script using ini_set, and they get set correctly when viewing phpinfo() to test, but compression isn't enabled. When I set them in the .htaccess file I get 500 Internal Server Error from apache.
I'm stumped on this one. Hopefully someone can help.
Keith
Here's what I'm addign to the .htaccess file
Code:
php_flag zlib.output_compression On php_value zlib.output_compression_level 5
I'm stumped on this one. Hopefully someone can help.
Keith
Comment