I am trying to do a file_get_contents of this Demo URL
However the server has trouble with getting data from external sites. This is the error I get if I echo the file_get_contents:
Found The document has moved here. Apache/2.4 Server at spotifycharts.com Port 80
I have turned the register_global
on in the php.ini file
, but this doesn't help.
What would be the most logical thing to check to make sure my website is able to get data from external sites?