标签: php apache restrict opendir
我试图通过阻止根目录来模拟我本地服务器上的共享主机。
我试过了:
<Directory "C:/xampp/htdocs/root"> Options -Indexes </Directory>
在httpd.conf(重启Apache)
httpd.conf
和
Options -Indexes
.htaccess
。
我需要做些什么来限制htdocs访问此文件夹以外的内容?
htdocs
答案 0 :(得分:1)
您需要在配置文件中使用open_basedir
open_basedir
open_basedir - how to set for specific directory