Forum Moderators: coopster
The servers hard disk then stopped working about a month later. So I replaced the hard disk and reinstalled Fedora - the same set up. The file function had started working again!
One month later (Now) - Guess what's stopped working, the file function! why? i'm guessing its something to do with the security built into fedora maybe.
Good luck!
At the end, perhaps you will find it being only some strange software setting, as eelixduppy suggests.
Kind regards,
R.
I've not tried watching the logs yet. But i thought i would add a description of what's actually happening, if you go:
<?
$data=file("http://dtm.org.uk/test.txt");
$data=implode("",$data);
echo $data;
echo "<br />";
$data=file_get_contents("http://example.org.uk/test.txt");
echo $data;
?>
You get nothing on the server in question.
[edited by: coopster at 6:08 pm (utc) on June 22, 2006]
[edit reason] generalized domain [/edit]