I just upgraded my server (running Apache 1.3.12) to PHP4.0.2 ... now only
files with the extension .php3 are served. Files with extensions .php and
.php4 return 'HTTP 404 - File not found'?!?
I compiled PHP as a DSO, using the options --with-mysql --with-apxs
The following directives are present in httpd.conf:
# Extra Modules
LoadModule php4_module modules/libphp4.so
# Extra Modules
AddModule mod_php4.c
# In Addtype - Mime Types
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps
</IfModule>