Make sure AllowOverride includes Options and put these lines in your
.htaccess:

php_value auto_prepend_file header.html
php_value auto_append_file footer.html

-Rasmus

On Sat, 21 Apr 2001, Keyur Kalaria wrote:

> Hello,
>
> 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.
>
>
> thanks in advance
>
> keyur
> $$$$$$$
>
>
>
>
> --
> 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]
>


-- 
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]

Reply via email to