php directives in .htaccess

iceuk626

Verified User
Joined
May 6, 2006
Messages
261
Location
United Kingdom
Now i have used custombuild to install 2 versions of php as cgi, i now have the problem of per domain php directives not working using .htaccess ( i know this is normal). What is the best way of setting these directives?
 
If you are running the php scripts as a cgi then I don't think the php directives in .htaccess will work but I am not sure so check that.
 
Now i have used custombuild to install 2 versions of php as cgi, i now have the problem of per domain php directives not working using .htaccess ( i know this is normal). What is the best way of setting these directives?

There is a project to fix that:

http://pecl.php.net/package/htscanner

The problem is this seems not to work in custombuild setup. I have no idea why, I have tried setting that up. While patch in C for apache 2.0.59 works fine (errors are no longer thrown by apache), htscanner/php seems to ignore php_value directives in .htaccess.

Anybody has an idea how to make this work?
 
Back
Top