Re: [PHP] Auto Prepend/Append

2001-03-07 Thread chris
On Tue, Mar 06, 2001 at 12:28:33PM -0600, Boget, Chris wrote: Is it possible to use the auto prepend/append directives to prepend/append particular files only to files with a particular extension? I don't believe you can do this directly with PHP but you probably can with Apache:

Re: [PHP] Auto Prepend/Append

2001-03-06 Thread Chris Adams
On 6 Mar 2001 08:13:00 -0800, Boget, Chris [EMAIL PROTECTED] wrote: Is it possible to use the auto prepend/append directives to prepend/append particular files only to files with a particular extension? I don't believe you can do this directly with PHP but you probably can with Apache:

RE: [PHP] Auto Prepend/Append

2001-03-06 Thread Boget, Chris
Try putting Files "*.html" php_value auto_prepend_file "foo.php" /Files in your httpd.conf file. Once you put this in the conf file for Apache, restart Apache and see if the changes take place. That should do what you want it to. Unfortunately, no. Here is what we have in our