PHP 5.4-在同一服务器上请求URL时,file_get_contents不起作用

时间:2018-07-27 10:13:20

标签: php file-get-contents

我无法从同一服务器域获取内容,例如,以下内容返回空:

file_get_contents('http://www.myexamplesite.com')

如果我有file_get_contents('http://google.com')或其他任何外部网址,它似乎都可以正常工作。

php.ini具有allow_url_fopen = on

已经查看了以下帖子file_get_contents() not working to same server,但是OP尚未提供解决方案。

有什么想法-我怀疑这是IP解析问题吗?

0 个答案:

没有答案