Németh Zoltán wrote: > Hi all, > > I have some php websites, for example http://www.alterationx.hu/ > > Now I'm trying to get the site with file_get_contents, and I'm getting > this error: > > Warning: file_get_contents(http://www.alterationx.hu/): failed to open > stream: HTTP request failed! HTTP/1.1 404 Not Found try this?: file_get_contents("http://www.alterationx.hu/index.php"); (it works for me. that said it works for me without the 'index.php' at the end also.) also check you logs on the site in question to figure out what exactly is going on (i.e. what is being requested, if anything). > > can anyone tell me why? > > The site otherwise is working, and also getting other sites (not php) on > the same server with file_get_contents is working. > > Thanks in advance > Zoltán Németh > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php