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