0

Windows用のxampp BAsic Package(バージョン1.8.0)のxamppインストーラーバージョンを使用しています。htdocs ディレクトリの下に my-proj という名前のプロジェクトがあります。このプロジェクトのメイン ページを開くと、メイン ページが開きますが、メイン ページから他のリンクをクリックすると、次のエラー メッセージが表示されます。

The website encountered an error while retrieving http://localhost:xxxx/.../abc.php. It may be down for maintenance or configured incorrectly.

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

私のプロジェクト ディレクトリ /my-proj/public_html/.htaccess に .htaccess ファイルがあり、.htaccess ファイルの内容は次のとおりです。

#####errorpage#####
#ErrorDocument 500 /error/500.html
#####end:errorpage#####

私は両方の方法でプロジェクトを実行しようとしました - (1) c:\xampp\apache\conf の htpd.conf ファイルで LoadModule rewrite_module Modules/mod_rewrite.so 行をアクティブにし、行 AllowOverride None を AllowOverride All に変更します。 (2) htpd.conf の mod_rewrite の行を無効にし、.htaccess ファイルを削除しましたが、プロジェクトを実行できませんでした。

この問題を解決する方法についてのアイデア、または .htaccess ファイルの内容を提案できる人はいますか?

4

0 に答える 0