サポート » テーマ » テーマを編集しようとすると500 Internal Server Errorが出る

  • 解決済 sai_office

    (@sai_office)


    IE7からテーマを編集しようと思い、外観>テーマ編集を押すと、500 Internal Server Errorが出てしまい、編集できません。

    エラー内容は、
    「The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@(ドメイン) 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.」
    と表示されています。

    パーミッションも全て「755」に変更してあり、どうして編集できないか原因がわかりません。
    どなたか解決方法を教えていただけませんか?

    サーバはCPIサーバで、
    マルチサイト化しており、.htaccess とwp-config.php変更し、
    UTF-8に対応させるため、php.iniを変更しています。

    また、/wp配下にインストールしたwordpressがindex表示されるよう.htaccessの場所も追加しています。

    ■.htaccess内記述(格納ディレクトリはindex.phpと同じ/html内)
    「AddHandler x-httpd-php528 .php
    suPHP_ConfigPath /usr/home/(サーバ名)/secure/wordpress/
    <Files ~ “^(\.htaccess|\.htpasswd|php\.ini|.*\.sql|.*\.log|.*\.cron|.*\.inc|.*\.phps|.*\.yml)$”>
    deny from all
    </Files>
    Options +FollowSymLinks

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    # END WordPress」

    また上記内「suPHP_ConfigPath /usr/home/(サーバ名)/secure/wordpress/」とは、日本語入力できなかったため作成した「php.ini」が格納されているルートです。

    何卒よろしくお願いします。

1件の返信を表示中 - 1 - 1件目 (全1件中)
  • トピック投稿者 sai_office

    (@sai_office)

    /wp-admin内のphpファイルの権限を全て644に変更してみたら直りました。
    お騒がせしました。

1件の返信を表示中 - 1 - 1件目 (全1件中)
  • トピック「テーマを編集しようとすると500 Internal Server Errorが出る」には新たに返信することはできません。