> Add the following to the bottom of your httpd.conf
> 
> <FilesMatch "\.php$">
>     SetOutputFilter PHP
>     SetInputFilter PHP
> </FilesMatch>
 
 No luck.

 error_log:
[Wed Sep 04 15:01:44 2002] [notice] Apache/2.0.40 (Unix) mod_ssl/2.0.40 OpenSSL/0.9.6g 
PHP/4.3.0-dev configured -- resuming normal operations

 access_log:
10.1.65.81 - - [04/Sep/2002:15:01:51 +0100] "GET /home/lhecking/test.php HTTP/1.1" 304 0

 Do I need to do something special to generally enable such filters?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to