I have one customer that needs to have zlib.output_compression disabled for a Wordpress plug in. Can I do this by adding
php_flag zlib.output_compression off in the main htaccess file for the account?
Or maybe a dummy PHP.ini file with this?
php_flag zlib.output_compression off in the main htaccess file for the account?
Or maybe a dummy PHP.ini file with this?