// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
#contents

*** デフォルトの文字セット [#g9e1203d]
 AddDefaultCharset Shift_JIS

***ディレクトリを指定したときに実行されるファイル [#v8ce1ded]
 DirectoryIndex index.html index.html.var index.php


***特例のディレクトリだけ、デフォルトの文字セットを変える [#c38f9367]
 <Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    AddDefaultCharset Shift_JIS
    ↑このディレクトリだけ、デフォルトの文字セットがShift_JISになる
 </Directory>

http://sakaguch.com/PastBBS/0035/B0017722.html



----
この記事は
#vote(おもしろかった,そうでもない)

#comment
#topicpath


SIZE(10){現在のアクセス:&counter;}

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS