0

这是我在 /var/www/avatars 中的 .htaccess(我可以确认这个 .htaccess 正在被读取和执行);

ErrorDocument 404 /var/www/avatars/default.jpg

这是我使用 404 页面得到的结果:

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

这是default.jpg:

https://coinchat.org:8001/avatars/default.jpg

为什么会发生此错误?一天前还在工作

4

1 回答 1

0

试过这个?

ErrorDocument 404 /default.jpg

如果没有,您是否对.htaccesshttpd.conf或任何其他内容进行了任何其他更改?

于 2013-09-13T02:51:44.817 回答