php 文件获取内容

发布于 2024-11-18 22:29:16 字数 108 浏览 2 评论 0原文

我在同一台服务器上有 2 个域,并且我正在尝试访问权限为 777 的一个域上的文件。 我可以将 file_get_contents 与 url 一起使用,但不能与路径一起使用。什么可以阻止这种情况发生?

I have 2 domains on the same server and I am trying to access a file on one that is perms 777.
I can use file_get_contents with a url but can't do so with a path. What can be preventing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生死何惧 2024-11-25 22:29:16

这实际上取决于一些不同的事情。如果该文件位于一个站点的用户文件夹之外的单独文件夹中,则 open_basedir 可能有效并阻止读取尝试。我相信这是最有可能的罪魁祸首。

This really depends on a few different things. If the file is in a seperate folder, outside of the user folder of one site, than it is possible that open_basedir is in effect and is blocking the read attempt. I believe this is the most likely culprit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文