I have a problem with the file_get_contents function. One week ago every thing was perfect. Today when i call via file_get_contents a file which is on the same HOST/Server, it fails. The result is, that i get the startpage of google.de.
Then i tried to call the same full-url ( http://www.mydomains.com/script/test.php ) in console via curl. The result is a empty string. But files on other servers/hosts i can call without problems. With file_get_contents and with console->curl.
Any idea, how to solve this problem?