> 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 generate an internal
> server error.

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

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to