Apache PHP 404 自定义错误页面

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

修改 httpd.conf

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


修改为 ErrorDocument 404 /404.htm

404.htm在主目录下



你可能感兴趣的:(apache,404错误)