Tuesday, January 13, 2009

:php => 'Force Errors Off'

This trick just saved me a few hours, so it’s perfect for sharing. If you need to force the display of PHP errors off on a specific site, add this to your .htaccess file:

php_flag display_errors off

No comments:

Post a Comment