如何做到禁止父目录列出目录,允许其下的子目录列出目录?
我定义了如下,好像不奏效
<Directory "D:/web ">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "D:/web/hwj ">
Options Indexes
</Directory>
请问有什么办法实现吗?
------解决方案--------------------根目录放index.html,其他目录不放