PbootCMS默认的404错误页面位置:core emplateerror.html
当调用出现问题或者数据库字段不一致的时候,会跳转到404状态,如何确定具体原因呢?
可以在/core/function/helper.php搜索http_response_code(404);。将其改成//http_response_code(404);

PbootCMS默认的404错误页面位置:core emplateerror.html
当调用出现问题或者数据库字段不一致的时候,会跳转到404状态,如何确定具体原因呢?
可以在/core/function/helper.php搜索http_response_code(404);。将其改成//http_response_code(404);
