B-Cus
1998/11/02(月) 02:23:44
~machan/public_html/.htaccessに
DirectoryIndex bbs.cgi index.html
と書けばいいんでないでしょうか。
\begin{いまいち自信なし}
hobbieに限定したければ
<Location /~machan/hobbie/>
DirectoryIndex bbs.cgi
</Location>
とか
<Location hobbie>
DirectoryIndex bbs.cgi
</Location>
かな。
かわりに~matchan/public_html/hobbie/.htaccessに
DirectoryIndex bbs.cgi
でもいいかもしんないです。
\end{いまいち自信なし}
# 参考サイト。
#
http://japache.infoscience.co.jp/japanese_1_3/manual/mod/directives.html
Tiot
1998/11/02(月) 15:47:40
http://yosano.center.osaka-wu.ac.jp/~oni/HTMLmemo/Server/httpd/srmconf.html
の上の方にある(以下引用)
DirectoryIndex
ディレクトリの要求が来た場合に表示すべきファイル名を指定します。 httpdバージョン1.3 では一つのファイルしか指定できま
せんでしたが、 バージョン 1.4 からは複数のファイルが指定できます。
DirectoryIndex index.html index.shtml index.cgi
(引用終わり)
というのを参考にして下さい。
このページはグローバルアクセス制御ようファイルの設定ですが、
多分.htaccessでも同じだと思います(あまり自信無し)。
変更が許可されていればの話です。