So far, so good. The index.html page loads fine along with the appropriate data from the includes -- for the first few times, at least. But if I refresh the index.html page several times on any given browser, one or both of the includes eventually returns an error message as follows:
Code: Select all
main(http://www.somedomain.com/articles/last10blurbs.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/somedirectory/public_html/index.htmlI'm a newbie; however, this seems to me to be a permissions problem -- however, the permissions for index.html are set to 6-4-4, which I thought was correct.
My question is: Why do the includes sometimes fail and sometimes work, and how can I correct the problem?
Thanks.
Brian