Apache PHP 404 自定义错误页面

from http://www.linuxidc.com/Linux/2010-10/28976.htm html

修改 httpd.conf linux

找到:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 xxxxxxx server


修改成 ErrorDocument 404 /404.htm htm

404.htm在主目录下 get

相关文章
相关标签/搜索