I had a site with the following code at the top of every page of mine on my site, and it was working 100% fine until just recently (end of Feb or beginning of March):
<?php
include 'http://www.djmaytag.com/PARTS/top.txt';
?>
<?php
include 'http://www.djmaytag.com/PARTS/deskbar.txt';
?>
<!-- ************************************************************************************************************************************* -->
<?php
include 'http://www.djmaytag.com/PARTS/INDEX_main_head.txt';
?>
<?php
include 'http://www.djmaytag.com/PARTS/INDEX_main_sticky.txt';
?>
and now all of a sudden, it's spitting out these errors:
I've been searching the forums, and it seems like others are having similar problems, but not quite 100% the same problem I'm having (the same error is coming out for someone using the require function, that's as close as I've seen).
I did a google search and found that there are a TON of sites with the "Warning: main(): URL file-access is disabled in the server configuration" error on their page (and of course mine is right near the top on Google...