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
>
> Try putting
>
> php_value auto_prepend_file "foo.php"
>
> 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 httpd.conf file:
Chris,
Try putting
php_value auto_prepend_file "foo.php"
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.
Josh Hoover
KnowledgeStorm, Inc.
Searching for a new IT solution f
> >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:
>
> php_value prepend_file "foo.php"
>
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:
Based on what I read, I believe the answer to this question
is "No", but am hoping for confirmation because someone
might have been able to find a way to make this work.
Is it possible to use the auto prepend/append directives to
prepend/append particular files only to files with a particular
ext
6 matches
Mail list logo