|
Posted by J.J.SOLARI on 07/26/06 09:20
Chuck Anderson <websiteaddress@seemy.sig> wrote:
> Does anyone have any idea what kind of configuration they used that
> allowed the local php ini files to be used?
>
> Is there an Apache configuration directive needed to allow php
> directives in the htaccess file?
Chuck,
If PHP is running as a CGI, you could use the special environment
variable PHPRC (see <http://www.php.net/manual/en/configuration.php>)
In your htaccess file, you would then have:
SetEnv PHPRC /path/to/your/php.ini
hih,
JJS.
Navigation:
[Reply to this message]
|