[SOLVED]Problem with installation of PHP on APache
Posted: Fri Oct 15, 2004 9:32 am
Hello,
I'm having problems with the installaation of PHP.
Initially I have installed PHP with IIS successfully.
Now I have stopped the IIS and installed the Apache web server.
I have downloaded the PHP_Windows installer and am trying to install it. I get the following errror. "Have to configure the http.conf file of the Apache web server."
I added the following lines to the bottom of the configuration file.
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
Any help is really appreciated.
I'm having problems with the installaation of PHP.
Initially I have installed PHP with IIS successfully.
Now I have stopped the IIS and installed the Apache web server.
I have downloaded the PHP_Windows installer and am trying to install it. I get the following errror. "Have to configure the http.conf file of the Apache web server."
I added the following lines to the bottom of the configuration file.
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
Any help is really appreciated.