咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
首先,找到zb_system/defend/目录下的error.html文件,error.html就是默认的错误提示页面,下面按照自己的要求修改error.html文件即可
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <meta http-equiv="refresh" content="2; url=http://www.landui.com/" /> <title>蓝队网络</title> </head> <body> <br /><br /> <center><strong><span style="font-size:24px;">访问出错,将在2秒后返回博客首页。</span></strong></center> </body> </html>