On Fri, 20 Jun 2003 10:34:04 -0500, Wendell Brown wrote:

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

Andy, I've tried the following (with my server info, of course) in one
of my directories and it works like a champ!  It doesn't matter if it's
php, htm or html!

----- .htaccess ------

AddType application/x-httpd-php .html
php_value auto_prepend_file
"/spool/web/www.jeamland.org/html/header.php"
php_value auto_append_file 
"/spool/web/www.jeamland.org/html/footer.php"

ErrorDocument 404 http://www.jeamland.org/_error.html


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

Reply via email to