如何才能无条件打开open_basedir?
这是PHP问题。 我设置了open_basedir,即使我使特定目录可访问,也无法更访问底部层次结构中的文件夹。
的层次结构目录时,
例如,当它是 /home/user1/test/example/ open_basedir=.: /home/user1/test/
当我设置位于 test/ 文件夹下的文件可以打开时,但不能打开打开 example/ 下发布的文件。
open_basedir=.: /home/user1/test/: /home/user1/test/example/
就可以了。 但 。 你能给我一个好主意吗?
It's PHP question.
I set open_basedir, and it is not more possible for access for the folder in the hierarchy of the bottom even if I make it accessible for a specific directory.
For example, when it was the directory of the hierarchy that said /home/user1/test/example/
open_basedir=.: /home/user1/test/
When I set the file arranged right under a test/ folder can open, but cannot open the file posted right under example/.
open_basedir=.: /home/user1/test/: /home/user1/test/example/
is OK.
but .
Could you give me a good idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要确保在 apache httpd.conf 中正确设置访问权限
You also need to ensure access is set correctly in apache httpd.conf