标签: apache .htaccess apache2.2
我有一个使用mod_autoindex的Web服务器。在根文件夹中,有一个.htaccess文件,其中包含IndexIgnore规则。但是,我只希望此规则应用于根目录,而不是子文件夹。有没有办法做到这一点?
.htaccess
IndexIgnore
注意:我安装了Apache 2.2,这意味着该版本中没有IndexIgnoreReset规则。
IndexIgnoreReset