Hmm, just a suggestion but check if it is actually named "test.php.txt" in your directory! Switch explorer on to show all extensions including those that are registered (it is safer that way with and OS anyway).
The clue is in the "Page not found", as in http://<server>/test.php cannot be found. Cheers, Jerry ----- Original Message ----- From: "Peter Vertes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 4:00 PM Subject: [PHP-WIN] Page Not Found > Hello All, > > I'm having trouble installing PHP on a W2K workstation. I've got mySql > and Apache working on it fine but I can't get it to display a PHP test page. > When I do http://localhost/ it shows the test HTML page fine. When I do > http://localhost/test.php I get an error message saying that the page can > not be found. Now the page is there, it is called test.php and it contains > the following line: > > <? phpinfo() ?> > > Now, in my httpd.conf file I have the following: > > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > AddType application/x-httpd-php .phtml > AddType application/x-httpd-php .phtml > > AddType application/x-tar .tgz > > Action application/x-httpd-php "/php/php.exe " > > Can anyone hit at what could be wrong ? Thanks in advance... > > -Pete > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]