Page 1 of 1

Apache 2.0.54 and PHP5.0.4

Posted: June 28th, 2005, 2:48 am
by Scorpo
Sorry, I wasn't sure if this would be classified as software or networking as it is a bit of both. I recently installed Apache 2.0.54, and MySQL. I ran the installation for PHP5.0.4, and it went through completely giving me the error that said I needed to configure the apache .conf file, which I did following a code that a friend provided. However, I still cannot view .php files using my firefox or internet explorer browser. I get the following error. The requested URL /php/php.exe/phpInfo.php was not found on this server. However, the php file is clearly in the htdocs folder where apache2 was installed, and the only contents of the php file are: <?PHP phpinfo(); ?> which should give me the php information page. Can anyone pinpoint my error?