我无法从同一服务器域获取内容,例如,以下内容返回空:
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解析问题吗?