ページの先頭行へ戻る
Interstage Application Server V13.0.0 Interstage HTTP Server 2.4運用ガイド
FUJITSU Software

3.18 ディレクトリリストの設定

DirectoryIndexディレクティブやOptionsディレクティブを使用して、ディレクトリリストを設定します。

設定例を以下に示します。

DirectoryIndexディレクティブで指定した「index.html」および「index.htm」ファイルが存在しない場合に、ディレクトリリストを表示する場合

DirectoryIndex index.html index.htm 
Options        Indexes

DirectoryIndexディレクティブで指定した「index.html」ファイルが存在しない場合に、アイコンを付加したディレクトリリストを表示する場合

DirectoryIndex index.html
Options        Indexes
IndexOptions   FancyIndexing

参考

関連ディレクティブ

  • DirectoryIndex

  • IndexOptions

  • Options