我的 .htaccess 中有以下内容:
# "-Indexes" will have Apache block users from browsing folders without a
# default document Usually you should leave this activated, because you
# shouldn't allow everybody to surf through every folder on your server (which
# includes rather private places like CMS system folders).
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
但是,我有一个没有索引文件的目录(我更喜欢保持这种方式),我需要启用访问。如何从上面的代码中排除这个目录?