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 "allowoverride options" because I did not want
users to set +Includes or +ExecCGI in their .htaccess files.
But since it was the only way to get php_value working in .htaccess, I
decided to use:
<Location />
Options -ExecGGI -Includes
</Location>
to override their .htaccess overrides, in case they try.
All happy now. :-)
Egan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]