以前に投稿した質問に、情報を加えて再投稿しております。
wordpress初心者です。
wordpressを少しいじっていた後に、作成サイトのプレビューを見ようとしたら以下の文章が出てきました。
【ここから】
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@localhost 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.
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 Server at localhost Port 8080
【ここまで】
PCの再起動をかけても、こちらの画面が出てきてしまいます。
この画面が出る直前にしていた作業は、一般ページ(?)の「wordpressのURL」という項目の修正だったと思います(結局、修正前と同じURLに戻しましたが)。
設定環境はxamppを使っています。PHPのバージョンは、分かりません(xamppをダウンロードしたのは2014年の1月です)
練習も含めてサイトを構築しているので、まだレンタルサーバーは契約していません。OSはwindows8です。
wordpressの閲覧には、googlechromeを利用しています。
公式サイトからダウンロードしたwordpressのデータは、
xampp → htdocs → wordpress の順番で格納しています。
それまでは特に問題なく使えていたのに、いきなりこの文章が出てきたので焦っております。
設定をを修正するためにwordpressのトップページのURL(http://localhost:8080/wordpress/)を打ち込んでも、上記のエラー文が出てきます。
wordpressにお詳しい方、どの様にすれば解決できるでしょうか?
何卒、ご回答をお願い致します。
【追加情報】
xampp/apache/logs/error.log で確認したところ、直近で以下の文章が表示されました。
[Sat Dec 19 14:27:46 2015] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://localhost:8080/wordpress/
【追加情報2】
httpd.confの Loglevel warm を Loglevel debug に変更し、もう一度wordpressにアクセスしました。
以下、error.logの文章です。
[Sat Dec 19 18:01:05 2015] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sat Dec 19 18:01:06 2015] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://localhost:8080/wordpress/
以上になります。
回答1件
あなたの回答
tips
プレビュー