Forum Moderators: coopster
Warning: file_get_contents() [function.file-get-contents]: Circular redirect, aborting.
Does anyone have any idea what could be causing this? The PHP to load the file is extrememly simple:
$page = file_get_contents("http://www.example.com/page.php");
When trying it on any other page, this works fine. It seems to be just this specific page that I'm having a problem with. I've never seen this error before...
I saw that site while trawling the net looking for an answer... I've got a fairly up-to-date version of PHP, so I would have expected it to include all the latest patches.
Anyways, I will try patching my php install and hopefully that will sort out the problem. Thanks to all of you for the help and suggestions...