how to enable ob_start on certain accounts when disabled serverwide?

Hi,

I have disabled ob_start serverwide (otherwise modlayout messup forums, blogs etc. (that uses compression)). However I need to enable it at certain accounts - is this possible?

I have been told to try this in a htaccess file in the public_html folder of the accounts I want to able ob_start, but it dosent work:


php_flag disable_functions = system, exec, shell_exec, popen
or
php_flag disable_functions system, exec, shell_exec, popen

- Does anyone know how to enable ob_start?

 

 

 

 

Top