Why does file_get_contents work with google.com but not with my site?
问题 $page1 = file_get_contents('http://www.google.com'); $page2 = file_get_contents('http://localhost:8000/prueba'); When I echo the results, with Google it works but not with my site. And when I put the address on the explorer works. And this happen with all the site that i make in django. :( Warning: file_get_contents( http://localhost:8000/prueba ) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a