07/01/06 01:34:34
325行目あたり
DirectoryIndex index.html index.html.var
↓
DirectoryIndex index.html index.php index.html.var
627行目あたり
# DefaultLanguage nl
↓
# DefaultLanguage ja
684行目あたり
この行にjaという記述を消して
LanguagePriority en ca ....(省略)
↓
先頭にjaをもってくる
LanguagePriority ja en ca...(省略)
756行目あたりに
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
という先頭にコメント→#がついてない二行があるので
その二行下に以下の二行を入力
↓
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps