Ok, I'm making my first venture into setting up an apache server, I've got it serving pages and even set up a virtual domain. My problem is with php. On either the default web page or the virtual domian that I set up I get this error message when I try to go to index.php
Warning: Failed opening '/home/username/www/index.php' for inclusion (include_path='.:/user/lib/php') in Unknown on line 0 This has me stumped because I'm not trying to include anything, and the "in Unknown" part is strange too. The include_path used to have simply '', then I commented out the include_path directive in the php.ini file and now it gives me '.:/usr/lib/php'. Any ideas on what is going on here?
