📜  500错误php代码示例

📅  最后修改于: 2022-03-11 14:54:12.148000             🧑  作者: Mango

代码示例1
/* Find Mistakes in your code or Database connection */
/* Enable Show Errors From Apache Server */
/* Try Debugging */
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/* Check Your .htaccess for errors try emptying it for a while */