I just tried adding this code to my .htaccess file:
php_value output_handler ob_gzhandler
It resulted in constant 500 Service errors, which shouldn't happen. All that does is GZip my pages to reduce load time. As soon as I removed it, the site came back up. Added it back, and the 500 errors came back. Removed it, and the site was back up. So I'm pretty sure that's the problem.
I know the code works because I use it on a paid host that does support GZip. So that's not the problem either.
Does anyone know if GZip is enabled, because I'm pretty sure that's where my troubles lie.
php_value output_handler ob_gzhandler
It resulted in constant 500 Service errors, which shouldn't happen. All that does is GZip my pages to reduce load time. As soon as I removed it, the site came back up. Added it back, and the 500 errors came back. Removed it, and the site was back up. So I'm pretty sure that's the problem.
I know the code works because I use it on a paid host that does support GZip. So that's not the problem either.
Does anyone know if GZip is enabled, because I'm pretty sure that's where my troubles lie.