I edited the apache httpd.conf file recently for the mod_rewrite to work. I don\'t know if this problem originated from that or not, but i\'m getting this problem from that
I had the same error and my problem was the file permissions were incorrect.
chmod 755 index.php
worked for me.