thanks for that , it is working fine.
keyur
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Keyur Kalaria" <[EMAIL PROTECTED]>
Cc: "php" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 9:18 PM
Subject: Re:
the syntax for it is:
php_value auto_prepend_file /full/path/to/the/prepend.inc
php_value auto_append_file /full/path/to/the/append.inc
or you could also do this:
php_value include_path /full/path/to/the/includes
php_value auto_prepend_file prepend.inc
php_value auto_append_file append.inc
thi
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 inc
3 matches
Mail list logo