Re: [PHP] .htaccess php_value

2001-07-11 Thread Brian White
I am still learning about .htaccess files - what you suggested could be useful to me. The approach I have taken is to use the auto_prepend feature, namely php_value auto_prepend_file "/path/to/autoprepend.php" This is then a single hook, and the contents of autoprepend.php can then be as comple

RE: [PHP] .htaccess php_value

2001-07-11 Thread scott [gts]
s any structural changes in the future. > -Original Message- > From: Aaron Bennett [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 2:33 PM > To: php > Subject: [PHP] .htaccess php_value > > > Hi There, > I currently use .htaccess files to override the inclu

[PHP] .htaccess php_value

2001-07-11 Thread Aaron Bennett
Hi There, I currently use .htaccess files to override the include path, which works great for me... One of my concerns was the portability of the code, and the possibility of not having control of http.conf I'm now in the process of porting some of the sites onto a winnt architecure (but st