- æ¥æï¼ 2006/09/20 09:56
- ååï¼ ことばたらず
- はじめまして。
今Movable Typeの設定をしているのですがわからないことがあるので質問させてください。 設定で困っているのですが何せそれほど詳しくないのでmt.config。cgiを乗っけます。
## 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://............/cgi/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://........../mt-static
#================ DATABASE SETTINGS ================== # REMOVE all sections below that refer to databases # other than the one you will be using.
##### SQLITE ##### ObjectDriver DBI::sqlitedb Database sqlitedb PublishCharset Shift_JIS
DBUmask 0022 HTMLmask 0022 UploadUmask 0022 DirUmask 0022
私はSQLITEを使うつもりです。もしこれに間違いなどあったら教えていただけないでしょうか?

|