Anyone ever seen file() and fopen() fail (permission denied) with URLs
that are on the same domain as the PHP script, but work fine with
external URLs? Any ideas what might cause that?
file('http://google.com'); // works fine
file('http://mydomain.com/whatever'); // invariably fails with
permission denied. Accessing the same URL normally works, just not from PHP
TIA
that are on the same domain as the PHP script, but work fine with
external URLs? Any ideas what might cause that?
file('http://google.com'); // works fine
file('http://mydomain.com/whatever'); // invariably fails with
permission denied. Accessing the same URL normally works, just not from PHP
TIA