I have followed the install process from App I for all three components and can not get
http://localhost/phptest.php to show. It gives me 404 error. Here is the source for the Error page...
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /phptest3.php was not found on this server.</p>
<address>Apache/2.0.50 (Win32) PHP/4.3.8 Server at localhost Port 80</address>
</body></html>
The index.html file works fine and I have tried to uninstall and reinstall twice to make user it works right. Apache is showing PHP in the address line though... Shouldn't this read the page? I have tried writing the phptest.php file on notepad, wordpad and HTML-Kit editor. I am running XP Home. Is there something I need to set?