On Fri, 20 Jun 2003 15:08:39 GMT, [EMAIL PROTECTED] wrote:

>       <Directory /spool/web/www.jeamland.org/html>
>               AddType application/x-httpd-php .html
>               php_value include_path ".:/spool/web/www.jeamland.org/lib"
>               php_value auto_prepend_file header.php
>               php_value auto_append_file footer.php
>       </Directory>

Just a guess, but... you always have a file in that directory. It looks
somehting like this:

<?PHP
  
  include "header.php";

?>
...FILE_NOT_FOUND....
<?PHP
  
  include "footer.php";

?>

Try it without the:

>               php_value auto_prepend_file header.php
>               php_value auto_append_file footer.php


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

Reply via email to