MovableTypeのPHP化
IndexとarchivesのみですがPHP化しました
が、再構築すると属性が変わってしまう・・・
現在調べていますが、HTMLに戻すかも
・・・その後、mt-config.cgiの
# In addition to controlling permissions via umask settings,
you can also
# use the HTMLPerms and UploadPerms settings to control the
default
# permissions for files created by the system (either as output
files or
# uploaded files). The only real use of this is to turn on the
executable bit
# of files created by the system--for example, if MT is
generating PHP files
# that need to have the executable bit turned on, you could set
HTMLPerms
# to 0777. The default is 0666. You should not change these
settings unless
# you know what they mean, and what they do.
#
#HTMLPerms 0777
#UploadPerms 0777
という所を
HTMLPerms 0755
UploadPerms 0755
と書き換える事で解決しました