Re: [PHP] Using php_value in .htaccess files

2004-08-24 Thread Neil Freeman
[EMAIL PROTECTED] wrote: *** This Email Has Been Virus Swept *** Is there anything special one has to do in order to enable the use of the php_value directive in the context of an apache .htaccess file? I

[PHP] Using php_value in .htaccess files

2004-08-23 Thread weston
Is there anything special one has to do in order to enable the use of the php_value directive in the context of an apache .htaccess file? I notice that on some hosts I can drop in something like: php_value auto_prepend_file groove.php with impunity. Other hosts, it causes Apache to

Re: [PHP] Using php_value in .htaccess files

2004-08-23 Thread Michal Migurski
Is there anything special one has to do in order to enable the use of the php_value directive in the context of an apache .htaccess file? I notice that on some hosts I can drop in something like: php_value auto_prepend_file groove.php with impunity. Other hosts, it causes Apache to

Re: [PHP] Using php_value in .htaccess files

2004-08-23 Thread weston
I believe Apache's Allowoverride directive must have Options or +Options set for php_value changes to be permitted on a per-directory basis in .htaccess files. Allowoverride All is one way to make sure they're permitted. :D So... if I throw an override all in the .htaccess file I'm set? ;)

Re: [PHP] Using php_value in .htaccess files

2004-08-23 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED]: I believe Apache's Allowoverride directive must have Options or +Options set for php_value changes to be permitted on a per-directory basis in .htaccess files. Allowoverride All is one way to make sure they're permitted. :D So... if I throw an override