Xampp 错误“此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。”
Posted
技术标签:
【中文标题】Xampp 错误“此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。”【英文标题】:Xampp Error "Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." 【发布时间】:2021-11-27 13:47:18 【问题描述】:您好,我正在为我的网站(不是 wordpress)尝试 apache htaccess。我想自定义 404 错误,所以我在 .htaccess
文件中添加以下内容:
ErrorDocument 404 /404.php
我的文件结构是
/htdocs
/some-dir
/.htaccess
/404.php
当我访问任何随机 URL 时出现错误:
此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。
【问题讨论】:
这能回答你的问题吗? ErrorDocument 404 /404.php is not working in .htaccess file in PHP 【参考方案1】:ErrorDocument 404 /404.php
ErrorDocument
指令采用文档根相对 URL 路径,因此根据您的文件结构,这应该是:
ErrorDocument 404 /some-dir/404.php
参考:
https://httpd.apache.org/docs/2.4/mod/core.html#errordocument【讨论】:
谢谢@MrWhite以上是关于Xampp 错误“此外,在尝试使用 ErrorDocument 处理请求时遇到 404 Not Found 错误。”的主要内容,如果未能解决你的问题,请参考以下文章
C:/xampp/htdocs/.htaccess: RewriteRule: 错误标志分隔符 - XAMPP/Windows