<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>SEO対策ブログ A-105.com Movable Type 3.3</title>
      <link>http://aaa.a-105.com/mt33/</link>
      <description>SEO対策ブログ A-105.com Movable Type 3.3 では SEOとMovable Type の相性について検証しています。</description>
      <language>ja</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Mon, 17 Jul 2006 19:14:27 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>SEO対策に最適？heteml ユーザーにオススメします！</title>
         <description><![CDATA[<a href="http://www.accesstrade.net/at/c.html?rk=01001akx001djj" target="_blank"><img src="http://www.accesstrade.net/at/r.html?rk=01001akx001djj" alt="世界標準のブログソフトウェア「Movable Type」発売中" border="0"></a>

ヘテムルサーバーご利用中の方、Movable Type 3.31 は heteml で稼動します。A-105.com にて動作確認済みです。

SEO対策に強いといわれる静的URLをベースとした Movable Type なら初心者でも簡単に設置出来る上、上位表示も狙いやすいと考えられます。

非営利目的サイトであれば、無償ダウンロード可能！ ちょっとした個人事業や商業利用予定の場合は25,000円でダウンロードライセンスを購入する必要がありますが、自分のブログが25,000円で作れるのであればお買い得だと思います。

heteml ユーザーの方は A-105.com のインストールマニュアルで直ぐに導入可能です。基本はヘテムルで提供されている Movable Type 3.2 を参考にしましたが、3.3 では不要な設定項目もありますので、
当サイトのマニュアルコピーしてを該当 cgi を書き換えるくらいでインストール完了まで30分～40分ほどでしょうか。

ローカルからサーバーへのアップロードはアスキーIIモード （PASIVモード） をご利用ください。

<a target=_blank href="http://add.my.yahoo.co.jp/rss?url=http%3A//aaa.a-105.com/mt33/atom.xml"><img src="http://img.yahoo.co.jp/i/jp/my/addtomy1.gif" width="91" height="17" border="0" align=middle alt="My Yahoo!に追加"></a>]]></description>
         <link>http://aaa.a-105.com/mt33/2006/07/seoheteml_.html</link>
         <guid>http://aaa.a-105.com/mt33/2006/07/seoheteml_.html</guid>
        
        
         <pubDate>Mon, 17 Jul 2006 19:14:27 +0900</pubDate>
      </item>
            <item>
         <title>heteml での Movable Type 3.31 インストールマニュアル</title>
         <description><![CDATA[<b>Movable Type 3.31 ダウンロードしたのに上手くいかない！？</b>　そんな者初心者の方向けに初心者の <a href="http://aaa.a-105.com/">A-105.com</a> では Movable Type 3.31 インストールマニュアル公開しました。ただし動作環境は heteml レンタルサーバーです。その他のサーバーでは実証していませんのでご了承ください。

分かっている人には、<b>何をいまさら？</b> と思われるかもしれませんが、分からない人には分からない謎なのであります。

<b>基本は</b> heteml で提供されている <a href="http://heteml.jp/support/manual/mt1/">Movable Type 3.2 設置マニュアル</a> をご覧ください。 要は <b>mt-config.cgi のみ</b>だと考えてください。以下 mt-config.cgi の内容です。# コメントアウトしてあるところは今回の3.31には不要箇所です。3.2のマニュアルで触れられていても、Movable Type 3.31 に<u>記述のない箇所は特に追記の必要性はなさそうです。</u>


## Movable Type configuration file ##
## ##
## This file defines system-wide settings for Movable Type ##
## In total, there are over a hundred options, but only those ##
## critical for everyone are listed below. ##
## ##
## Information on all others can be found at: ##
## http://www.sixapart.jp/movabletype/manual/config

################################################################
##################### REQUIRED SETTINGS ########################
################################################################

# The CGIPath is the URL to your Movable Type directory
CGIPath http://www.example.com/mt/

# The StaticWebPath is the URL to your mt-static directory
# Note: Check the installation documentation to find out 
# whether this is required for your environment. If it is not,
# simply remove it or comment out the line by prepending a "#".
# StaticWebPath http://www.example.com/mt-static

#================ DATABASE SETTINGS ==================
# REMOVE all sections below that refer to databases 
# other than the one you will be using.

##### MYSQL #####
ObjectDriver DBI::mysql
Database DATABASE_NAME
DBUser DATABASE_USERNAME
DBPassword DATABASE_PASSWORD
DBHost localhost

##### POSTGRESQL #####
# ObjectDriver DBI::postgres
# Database DATABASE_NAME
# DBUser DATABASE_USERNAME
# DBPassword DATABASE_PASSWORD
# DBHost localhost

##### SQLITE #####
# ObjectDriver DBI::sqlite
# Database /path/to/sqlite/database/file

##### BERKELEYDB #####
# DataSource /path/to/database/directory 

上記をご自分の <b>heteml サーバー 情報、MySQL 情報</b>にそって書き換えるだけで、コピぺで使われても mt-config.cgi の設定は完了します。

db フォルダを <b>/mt/db</b> へ設置することもお忘れなく。<u>パーミッションはフォルダですが</u> 705 ではなく <b>700</b> です。私はここも見落としてました（読み飛ばしてました・・）。 あとは<u>全フォルダ配下の CGI・PHP パーミッション を700</u> にするだけです。（ここも私は勘違いしてまして・・ 3.2のマニュアルを読んで mt/直下のCGIだけ変更して新規作成したブログが表示されませんでした）。


<b>？？？</b> MySQL のデーターベース初期化してしまって、Nucleus で作成した内容が消えてしまいましたが、ひとつの MySQL DB に Movable Type と Nucleus の共存は可能なのでしょうか？　どなたかご存知でしたら教えてください。

いやしかし、これから heteml 利用して Fancyurls 挑戦される初心者の方は悪いことは言いませんので一応、マニュアルのある Movable Type を使った方が時間の節約になります。 

heteml で Fancy化させるには php.ini を使う必要があるらしいのですが、現状だとその php.ini に対応してないそうです。3日も5日もハマッテましたが、ある人のコメントを Google 検索で発見してやっと無理だと気付きました・・・　<b>Time is money！</b> ですので商用ライセンスでお金払っても最初からFancy化してある Movable Type を利用した方が私と同じ初心者レベルの方には賢明な選択かもしれないです。

<a target=_blank href="http://add.my.yahoo.co.jp/rss?url=http%3A//aaa.a-105.com/mt33/atom.xml"><img src="http://img.yahoo.co.jp/i/jp/my/addtomy1.gif" width="91" height="17" border="0" align=middle alt="My Yahoo!に追加"></a>]]></description>
         <link>http://aaa.a-105.com/mt33/2006/07/heteml_movable_type_331_.html</link>
         <guid>http://aaa.a-105.com/mt33/2006/07/heteml_movable_type_331_.html</guid>
        
        
         <pubDate>Sat, 15 Jul 2006 07:04:23 +0900</pubDate>
      </item>
      
   </channel>
</rss>
