can it not find the server or is there nothing to find? If there's no default web page in the document root directory, then it wont be able to display anything.
Find out where the document root is, and then put a file called phpinfo.php in there:
<?php
phpinfo();
?>
Then type in http://localhost/phpinfo.php into explorer and see if anything comes up.