私のサイトには 4 ~ 5 個の静的ページしかありません。index.htmlとindex.phpの両方があります。index.html は正常に動作しています。index.php に変更すると、500 Internal Server Error
. どこが間違っているのかわからない?
注:で.htaccessファイル
を使用するとphp_flag display_errors 1
、
映ってるAdditionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
で.htaccessファイルを使用するとempty
、
映ってるAdditionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
を与える../contact-us.php
と、正しく表示されます。
ありがとう...