I'm trying to disable display_errors from .htaccess, but if I just paste this into the .htaccess file, the entire site crashes:
php_flag display_errors off
php_flag log_errors on
I'm trying to disable display_errors from .htaccess, but if I just paste this into the .htaccess file, the entire site crashes:
php_flag display_errors off
php_flag log_errors on