RE: [PHP] PHP4 directives in httpd.conf not working

2001-02-26 Thread PHPBeginner.com
try these: php_value include_path "/my/phpinc/path" but why instead not to create a .htaccess file, or if you don't want it to be modified by user to make a one single auto_prepend with: $file = "$DOCUMENT_ROOT/my/phpinc/path"; if(file_exists($file)) include_once($file); this wouyld w

Re: [PHP] PHP4 directives in httpd.conf not working

2001-02-25 Thread David Robley
On Mon, 26 Feb 2001 15:30, Brian White wrote: > I have php4 running under Apache. Under that apache I have several > s. I want to set to some of the PHP.INI values under > one of those hosts. So far I have tried the following values in > my httpd.conf file: > > 1) include_path "/my/phpin