Re: [PHP] auto_prepend/append in htaccess....

2003-11-18 Thread Jonathan Villa
easy enough, thanks! On Mon, 2003-11-17 at 19:47, Jason Wong wrote: > On Tuesday 18 November 2003 06:46, Jonathan Villa wrote: > > Thanks for the info, but I was hoping on getting some information as to > > why the code configuration I posted is not working. > > Because it's incorrect. Try: > >

Re: [PHP] auto_prepend/append in htaccess....

2003-11-17 Thread Jason Wong
On Tuesday 18 November 2003 06:46, Jonathan Villa wrote: > Thanks for the info, but I was hoping on getting some information as to > why the code configuration I posted is not working. Because it's incorrect. Try: php_value auto_prepend_file header.inc php_value auto_append_file footer.inc -

Re: [PHP] auto_prepend/append in htaccess....

2003-11-17 Thread Jonathan Villa
Thanks for the info, but I was hoping on getting some information as to why the code configuration I posted is not working. On Fri, 2003-11-14 at 03:06, Eugene Lee wrote: > On Thu, Nov 13, 2003 at 11:32:34AM -0600, Jonathan Villa wrote: > : > : I want to prepend a configuration file which is loca

Re: [PHP] auto_prepend/append in htaccess....

2003-11-14 Thread Eugene Lee
On Thu, Nov 13, 2003 at 11:32:34AM -0600, Jonathan Villa wrote: : : I want to prepend a configuration file which is located outside of my : document root into my scripts. I can use auto_prepend_file, but I'm not : sure how do it with an htaccess file or a virtual host entry.. I would : prefer VHo

Re: [PHP] auto_prepend/append in htaccess....

2003-11-13 Thread Jonathan Villa
Anyone have any ideas on this? On Thu, 2003-11-13 at 11:32, Jonathan Villa wrote: > I want to prepend a configuration file which is located outside of my > document root into my scripts. I can use auto_prepend_file, but I'm not > sure how do it with an htaccess file or a virtual host entry.. I wo

[PHP] auto_prepend/append in htaccess....

2003-11-13 Thread Jonathan Villa
I want to prepend a configuration file which is located outside of my document root into my scripts. I can use auto_prepend_file, but I'm not sure how do it with an htaccess file or a virtual host entry.. I would prefer VHost. Anyway, this is what I am trying/assuming... ServerAdmin [EM