从root htaccess允许子文件夹上的索引

时间:2011-11-12 17:11:51

标签: apache .htaccess directory indexing

我想从我的root-htaccess向特定的子文件夹添加索引。由于我使用的CMS,我不能像通常那样将htaccess放入子文件夹。

我试过这个

/。htaccess的

<Directory /path/to/subfolder>
    Options +Indexes
</Directory>

但会导致内部服务器错误。

2 个答案:

答案 0 :(得分:1)

您可以在您不想显示索引的文件夹中放置一个空的index.html文件。另一种方式,但它可能适合你。

答案 1 :(得分:0)

在Apache手册中: Context: server config, virtual host,显然您无法在.htaccess中使用此指令
Apache manual