Googleでこれを探していたところ、すべてのWebサイトで繰り返されることが1つだけ見つかりました.
.htaccess を編集して、次の行を追加します。
ErrorDocument 404 /yourpage.php
たとえば、私のページは error.php であるため、次のようにする必要があることは明らかです。
ErrorDocument 404 /error.php
ただし、完全なドメイン名を入力しても機能しません。内部サーバーエラーのみが表示され、その作成方法がわかりません。
任意のヒント?ありがとう。
編集番号 1: これらの「Apache」ログをどこで確認すればよいかよくわかりません。
ところで、ここに完全な ISE メッセージがあります。
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, *webmaster@mydomainname.com* and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
また、error.htmlを作成しようとしましたが、機能しません。また、htaccess で他の書き換えは使用しません。