Re: [PHP] php_value in htaccess, internal server error

2001-08-16 Thread Egan
On Thu, 16 Aug 2001 11:14:17 +0930, David Robley <[EMAIL PROTECTED]> wrote: >On Thu, 16 Aug 2001 03:08, Egan wrote: >> I need to set some PHP values like: >> >> php_value session.save_path /a_more_secure_dir >Yuo might try allowovveride options Yes, thanks. I was trying to avoid "allowoverr

Re: [PHP] php_value in htaccess, internal server error

2001-08-15 Thread David Robley
On Thu, 16 Aug 2001 03:08, Egan wrote: > I need to set some PHP values like: > > php_value session.save_path /a_more_secure_dir > > > in my .htaccess file. But the main Apache httpd.conf file has: > > AllowOverride AuthConfig FileInfo Indexes > > > and php_value in .htaccess causes Apache int

[PHP] php_value in htaccess, internal server error

2001-08-15 Thread Egan
I need to set some PHP values like: php_value session.save_path /a_more_secure_dir in my .htaccess file. But the main Apache httpd.conf file has: AllowOverride AuthConfig FileInfo Indexes and php_value in .htaccess causes Apache internal server error! Now if I change httpd.conf to say