Hi,
My sites on a shared host (php 5.2.14). The default configuration has error display turned on.
I want to turn this off using an .htaccess file in the root directory of the site.
I added the line:
php_flag display_errors off
but it caused an “Internal Server” error message to be displayed when trying to view the site
I’ve also tried
php_flag display_errors “Off”
and
php_flag display_errors “0”
But its the same.
Could someone please tell me the correct directive to achieve this please ?