You don't mention the load module directive. Are you trying to load the module? If so, you should see a line like
LoadModule php4_module ..... -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.1 Guestbook http://www.gaylenandmargie.com/phpwebsite "Peter Vertes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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]