今まで一通りインストールを流すことができなかったので改めてインストール。
構築の概要
1. 管理画面はSSL領域内
2. ブログの出力はHTTP領域
3. サーバ内では上記2つは別ディレクトリ
mt-staticはSSL領域に設定できない。(証明書に問題があるせいかも)
そのためHTTP領域にコピーしhttp:// ... /mt-static のように設定する。
※サーバ自身がドメインの名前解決ができることが必要。
定番
mt-config.cgiには日本語向けに下記を追加
#======== LOCALIZE ===================
DefaultLanguage ja
MailEncoding ISO-2022-JP
ExportEncoding Shift_JIS
DefaultTimezone 9
その他気づいたこと
管理画面はSSLとHTTPのコンテンツが混在するため毎回警告が出る。
Win-IEよりFedora-firefoxの方がサクサク動く。
MT Wizardで設定したとき一部cgiはHTTP側へコピーが必要。
コメントの通知メールは中身が空。
必須
> cp secure_html/mt-comments.cgi public_html/
> cp -r secure_html/lib public_html/
> cp secure_html/mt-config.cgi public_html/
> cp secure_html/mt-search.cgi public_html/
分からない
> cp -r secure_html/extlib public_html/
> cp -r secure_html/extras public_html/
> cp -r secure_html/php public_html/
> cp -r secure_html/plugins public_html/
> cp -r secure_html/tools public_html/
どうも一旦HTTP領域で全作成してからmt.cgiをHTTPS領域に移しmt-config.cgiで
AdminCGIPathを設定するのが正しいようです。
http://www.sixapart.jp/movabletype/manual/3.2/mtmanual_configuration.html
もっかいやり直しますか…( '・ω・)
コメントする