Expected behavior (预期行为)
在站内访问错误的网址的时候,打开的页面应该是设置的404页面。
Actual behavior (实际行为)
本地上访问 localhost:4000/404.html是可以正常打开的;
本地上在站内访问错误的网址的时候,显示的是这样:
在https://mine-muyan.github.io/...,页面是空白的。
NexT Version:
hexo: 3.2.2
hexo-cli: 1.0.2
os: Windows_NT 6.1.7601 win32 x64
http_parser: 2.7.0
node: 6.9.5
v8: 5.1.281.89
uv: 1.9.1
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 57.1
modules: 48
openssl: 1.0.2k
NexT Scheme:
- Mist
Other Informations (Like Browser, System, Screenshots)
博客地址:https://mine-muyan.github.io/
404页面的设置方法
弄了半天没没弄好,特来求助......
问题已经解决:原因是因为404页面只能绑定顶级域名,我的博客,没买也没绑定域名,所以才不会有效果。