Ghi lỗi vào một tệp và ngăn không cho người dùng thấy chúng. Đảm bảo rằng tệp tồn tại và bạn có thể ghi vào tệp đó.
# display no errs to user php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off # log to file php_flag log_errors on php_value error_log /location/to/php_error.log