Hi,
I installed PHP 3.0.17 with Apache following the instructions given below. Still PHP comes up as a downloadable file instead of the output. What is it that I am doing wrong?
Thanks
Greg
Steps followed are as follows:
Apache ..
./configure --with-prefix=/www
PHP ..
./configure --with-pgsql=/usr --with-imap --with-apache=../apache_1.3.9 --enable-track-vars
make
make install
Apache again ..
./configure --activate-module=src/modules/php3/libphp3.a
make
make install
In httpd.conf Added the following lines
AddType application/x-httpd-php .php3
AddType application/x-httpd-php3-source .phps