1. ホーム
  2. php

[解決済み] ErrorDocumentを使用しようとすると404 Not Foundエラーが発生する

2022-02-09 19:39:40

質問

このスレッドがウェブやここでたくさん語られていることは知っていますし、ほとんどすべての方法を試しましたが、それでも同じ問題があります。

これは私のローカルサーバ(MAMP)での私のURLです。

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ページは、Errorディレクトリの中にあります。そして、私の.htaccessファイルの中で、私はこれを含んでいます。

ErrorDocument 404 /Error/404.php

解決方法は?

その ErrorDocument ディレクティブは、ローカルな URL のパスが与えられたときに、 そのパスが完全に DocumentRoot . あなたの場合、これは、実際のパスが ErrorDocument

ErrorDocument 404 /hellothere/error/404page.html