404.php

摘要:ZBlog 404.php{* Template Name:404错误页 *}<!DOCTYPE html><html><head> {template:seo} <link rel="stylesheet" href="{$host}zb_users/theme/{$theme}/style/{$s

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  前面加“#”

wechat_2025-06-18_071209_534.png