wordpressをアップロード wp-adminフォルダ内に.htaccessを作る #CGIモードで実行する <Files ~ "^(setup-config|async-upload|update-core|update|plugins|plugin-install|theme-editor|import|options-permalink)\.php$"> AddHandler application/x-httpd-phpcgi .php </Files> #レイアウト崩れ防止 LayoutIgnoreURI *.php wp-admin/install.phpをブラウザで開いて画面の指示に従いインストールする |