> How can I include any html or php file via .htaccess .
>
> I want to include an html file in a site contaning around 1000 pages. I want
> to add header & footer dynamically on these pages .
> Is there any way to include header & footer on these pages using .htaccess
> file.
php_value auto_prepend_file header.html
php_value auto_append_file footer.php
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]