dreamCMSをさくらサーバにインストール

普通のインストールでは動作しない部分がある。

 さくらのコンパネでphp.iniの編集

magic_quotes_gpc = Off

 ルートに置く.htaccessを

 

RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?pathinfo=$1&%{QUERY_STRING}
#RewriteRule ^(.*)$ index.php/$1

 

に変更する。

 

カテゴリー: PC関係 — admin 2:43 PM
コメントはまだありません »

コメントはまだありません。

コメントをどうぞ





(一部のHTMLタグを使うことができます。)
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

トラックバック

このエントリーのトラックバックURL: