0

file_get_contents() 仅适用于 google.com 和 youtube.com,但它甚至不适用于我的域。这是我得到的错误。

Warning: file_get_contents(oneofmydomains.com/) [function.file-get-contents]: failed to open stream: No such file or directory in /home/vhosts/oneofmydomains.com/subdomains/search/httpdocs/index.php on line 28

我还在我的 htacces 和 php.ini 中添加了php_value allow_url_fopen On和。allow_url_fopen = On

为什么我可以获取 google 和 youtube 的内容,但几乎没有互联网上的其他域?

4

1 回答 1

1

看来,您的托管服务提供商禁用了对其他域的访问,除了几个“白色”域。此限制适用于免费主机

于 2013-09-12T15:29:04.630 回答