Forum Moderators: coopster
I'm trying to use php4 with Apache 2.0; here the list of my failed temptatives:
1) out of the box = a blank page
2) downloading each file from their original sites:
a) httpd.conf
<Files *.php>
SetInputFilter php
SetOutputFilter php
</Files>
error from log: an unknown filter was not added: php
b) XBitHack on changing to x the .php file: nothing (just the php script)
c) Addtype application/x-httpd-php-source .phps
AddHandler application/x-httpd-php .html
AddOutputFilter INCLUDES .php
XBitHack on
Thanks in advance for your help
Eugenio
Have you taken a look at this
PHP and Apache 2.0 compatibility notes [php.net]
Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows.