posir 发表于 2017-1-14 12:13:25

apache 404 file not found 重定向自定义的办法ErrorDocument 404

  在网站根目录下建个.htaccess
加入404地址:ErrorDocument 404 /missing.html

如上,missing.html就是你的404自定义页面,你只需要编辑根目录下的missing.html就可以了。
页: [1]
查看完整版本: apache 404 file not found 重定向自定义的办法ErrorDocument 404