wordpress はすごく良い感じ。アッという間のインストール、theme の豊富さ、公開の即効性……。気持ちはもうすっかり wordpress。
wordpress 覚え書き
■インストール時の文字
wp-config.php 内3行目 mb_internal_encoding("UTF-8");
20行目 define ('WPLANG', 'ja_UTF');■2つインストールする時は
wp-config.php 内 テーブルの番号を変える
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
$table_prefix = 'wp01_'; // Only numbers, letters, and underscores please!