Hello. I can not understand the cause of the problem: I am writing
file_get_contents("http://несуществующий.ru/"); and get 500 error. If the url exists, the error does not occur. Where to dig?
and on the other server all the rules
Warning: file_get_contents(http://несуществующий.ru/): failed to open stream: HTTP request failed! in /var/www/user/data/www/dsdsdsds/_test.php on line 5
ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1);- Sarkis Allahverdian