I am getting the following error when trying to access php files. This error occurs in /var/log/httpd/error_log
[Thu May 08 21:12:46 2003] [error] an unknown filter was not added: PHP
Any pointers on this?
Kind regards Kevin
is this (or somthing like it) in your httpd.conf file?
LoadModule php4_module modules/libphp4.so
<Files *.php> SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288 </Files>
Rick