覆盖 .htaccess 文件中的 IndexIgnore

4 .htaccess apache-2.2

IndexIgnore *不想允许目录列表位于一个目录中。

现在,在子目录中,我想要在父目录中定义的指令并override允许目录列表。IndexIgnore

IndexIgnore的文档说

The IndexIgnore directive adds to the list of files to hide when listing a directory.
Run Code Online (Sandbox Code Playgroud)

如何允许该子目录的目录列表?