Forum Moderators: phranque
I have just rebuilt my webserver and installed php-4.3.10 of fedora core 4 and apache 2
here is my httpd.conf
LoadModule php4_module /usr/lib/httpd/modules/libphp4.so
AddHandler php4-script php
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>
no errors when you start apache
can anyone advise as i can get php 5 to work but have lots of php4 scripts
thanks