404页面改为php,需要在头部返回错误页面
parent
0b2e2fbd29
commit
ef6be99a07
@ -1,4 +1,6 @@
|
||||
|
||||
<?php
|
||||
Header("HTTP/1.1 404 Not Found");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
Loading…
Reference in New Issue