我正在使用WAMP服务器,我需要使用CSS更改“404 not found page”样式.我该怎么做?
最佳答案
在你的httpd.conf文件中,会有一个ErrorDocument部分:
#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#
ErrorDocument 404 /error.html