Disable error reporting using .htaccess


Just write below mentioned lines in .htaccess file

php_flag display_startup_errors off
php_flag display_errors off


No comments:

Post a Comment