CPIではデフォルトのエンコード設定等により、Wordpressをインストールするには多少の工夫が必要。
Ver2.8.5で動作確認済み。
◎php.iniの内容を変更
mbstring.internal_encoding = utf-8
mbstring.encoding_translation = Off
◎.htaccessを公開ディレクトリに設置。
htaccess.txtを作成。
AddHandler x-httpd-php524 .php
suPHP_ConfigPath /usr/home/(ユーザID)/html/(公開ディレクトリ)/
の2行を加え、.htaccessにファイル名変更。
◎wp-config-sample.phpの内容変更
define(‘DB_NAME’, ‘データベース名‘);
define(‘DB_USER’, ‘ユーザー名‘);
define(‘DB_PASSWORD’, ‘パスワード‘);
define(’DB_HOST’, ‘127.0.0.1:3307′);
の4行を変更し、wp-config.phpに変更。
参考サイト:http://mdap2537.cpinet.jp/memo-log/?cat=3