子域显示403错误,由于“选项-Indexes”在.htaccess。如何在允许子域目录工作的同时拒绝目录列表?
发布于 2017-04-21 03:04:25
快速回答
在
DirectoryIndex中定义httpd.conf
示例
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>之后的
index.php或index.html文件。DirectoryIndex指令中定义的值匹配。https://stackoverflow.com/questions/43533199
复制相似问题