作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我知道这个帖子在网上和这里已经讨论了很多,我尝试了几乎所有的方法,但我仍然遇到同样的问题。
这是我在本地服务器上的网址 (MAMP)
http://localhost:8888/hellothere/index.php
我试图插入错误的路径将我带到错误的页面,如下所示:
http://localhost:8888/hellothere/eiurgiuerib
它没有将我带到错误页面,而是显示:
Not Found
The requested URL /hellothere/eiurgiuerib was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
我的 404 页面位于错误目录中。在我的 .htaccess 文件中,我包含了这个:
ErrorDocument 404 /Error/404.php
最佳答案
ErrorDocument
指令在提供本地 URL 路径时,期望该路径完全符合 DocumentRoot
的要求。在您的情况下,这意味着 ErrorDocument
的实际路径是
ErrorDocument 404 /hellothere/error/404page.html
关于php - 尝试使用 ErrorDocument 时出现 404 Not Found 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12760351/
我是一名优秀的程序员,十分优秀!