I am installing php4.0.4 on RedHat6.2 Apache 1.3.14.
I confirmed that I've done this to apache ./configure --prefix=/usr/local/apache --enable-module=so
make
make install
The Apache running fined.
Then I've done this to php4.0.4
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin
make
make install
Everthing works fine and i've uncommented the
And for PHP 4.x, use:
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
But when I try to load the file with extension .php from /htdocs , Netscapte pops up a sava-as dialog box.
I even tried with the suggestion from with
AddType application/x-httpd-php4 .php4
but the same problems remain.
Anyone who have successfully installed php4.0.4 successfully with mysql & apache1.3.14, please help, I've tried 1 week day & night trying to install these stuffs.
I'm following the tutorial exactly from Webmonkey website, yet it doesn't work!