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
andを追加しました。allow_url_fopen = On
google と youtube のコンテンツは取得できるのに、インターネット上の他のドメインのコンテンツはほとんど取得できないのはなぜですか?