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 的内容,但几乎没有互联网上的其他域?