newbie configuration question
Posted: Mon Jul 15, 2002 9:22 pm
I am currently trying to convert from CGI/perl/DBI/mySQL to PHP/mySQL and am having a problem installing PHP.
I am running Apache 1.3 on a Windows XP laptop. Installed PHP 4.2.1 as CGI and cannot get Apache to correctly deal with the .php extension.
I have a couple of O'Reilly books, read the config instructions under php.net and have scanned the 21 pages of this forum (nice forum by the way).
All of my investigation generally leads to the suggestion to assure that the following line is in my Apache httpd.conf file...
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/PHP/php-4.2.1-Win32/php.exe"
Any other suggestions or leads would be muchly appreciated.
Hefty thanks.
I am running Apache 1.3 on a Windows XP laptop. Installed PHP 4.2.1 as CGI and cannot get Apache to correctly deal with the .php extension.
I have a couple of O'Reilly books, read the config instructions under php.net and have scanned the 21 pages of this forum (nice forum by the way).
All of my investigation generally leads to the suggestion to assure that the following line is in my Apache httpd.conf file...
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/PHP/php-4.2.1-Win32/php.exe"
Any other suggestions or leads would be muchly appreciated.
Hefty thanks.