【发布时间】:2014-05-30 19:27:59
【问题描述】:
【问题讨论】:
标签: html mysql sql-server apache magento
【问题讨论】:
标签: html mysql sql-server apache magento
看看@how to prevent directory access and show forbidden error in php
使用
添加一个 .htaccess 文件# disable directory browsing
Options -Indexes
【讨论】:
有很多方法可以做到这一点 - a) apache vhost fole b) .htaccess
如果你想关注 (b),请在 .htaccess 中关注
Options -Indexes
谢谢
【讨论】: