如何限制opendir通过根文件夹?

时间:2014-04-10 21:47:35

标签: php apache restrict opendir

我试图通过阻止根目录来模拟我本地服务器上的共享主机。

我试过了:

<Directory "C:/xampp/htdocs/root">
Options -Indexes
</Directory>

httpd.conf(重启Apache)

Options -Indexes
<{1}} .htaccess中的

我需要做些什么来限制htdocs访问此文件夹以外的内容?

1 个答案:

答案 0 :(得分:1)

您需要在配置文件中使用open_basedir

open_basedir - how to set for specific directory