首页 > 站长学院 > ZBlog模板

Z-Blog 错误页404模板404.php

ZBlog模板 2025-11-24 19:41:03

摘要:ZBlog 404.phpPHP{* Template Name:404错误页 *}<!DOCTYPE html><html><h

ZBlog 404.php

{* Template Name:404错误页 *}
<!DOCTYPE html>
<html>
<head>
    {template:seo}
    <link rel="stylesheet" href="{$host}zb_users/theme/{$theme}/style/{$style}.css?v={$themeinfo['modified']}">
</head>
<body>

<!--头部-->
{template:header}

<div class="container">


</div>

<!--底部-->
{template:footer}

</body>
</html>


注:

宝塔生效需要注释掉默认的404.html

erro_page 404 /404.html  前面加“#”


 Z-Blog 错误页404模板404.php(图1)