Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サーバー上にファイルのディレクトリがあります。ディレクトリ内のすべてのファイルのリストではなく、ファイルにアクセスできるようにしたい。
http://example.com/folder/generic.html
generic.html
http://example.com/folder/
これを可能にするには、どのフラグを設定する必要がありますか?
ディレクトリにある.htaccessファイルに、次の行を追加します。
.htaccess
Options -Indexes
これにより、ディレクトリの参照が無効になりますが、ファイル自体には引き続きアクセスできます。