i'm having the same issue. typing
http://localhost/ or
http://localhost/phpinfo.phpgives me a 404 error (page does not exist even though i know the pages exist in the webroot folder)...Also whatever else is in the webroot folder is not accessible (error 404) from the
http://localhost except the 'stats' folder which for some reason is visible, i.e.
http://localhost/stats/ returns the 'stats' folder
but
http://localhost/aspsample/doesn't return anything (page not found)...even if I create a new folder within webroot it's 'non-existant' to the browser...
so, should I put all my .php files in 'stats' folder and work from there? :)