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]
making them relative is probably the best option for portability and maintainability... that way, you can change the underlying directory structure and not have to change any of the actual code... it's great if you ever have to change servers, or if the directory structure undergoes any structura