gpt4 book ai didi

php - 如何在 WAMP 服务器中设置 404 页面的样式

转载 作者:太空狗 更新时间:2023-10-29 15:33:02 29 4
gpt4 key购买 nike

我正在使用 WAMP 服务器,我需要使用 CSS 更改“404 not found page”样式。我该怎么做?

enter image description here

最佳答案

在您的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

这会将错误页面设置为名为 error.html 的文件,这比使用 .htaccess 文件要好。

关于php - 如何在 WAMP 服务器中设置 404 页面的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11753912/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com