Hello,
I've installed PHP-4.3.11 and apache 2.0.54 on RedHat9, the installation went smooth, but when I point my browser to a PHP file, it just downloads it, what could be the cause of this?
Parts added/changed in httpd.conf:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php-source .phps
Thnx in advance!