Forum Moderators: phranque
The Problem:
I have a staging server (apache1.3 on win2k) and a live server (apache1.3 on linux) but I don't have access to httpd.conf on the live server.
The .htaccess in my document root specifies two php_values: include_path and error_log, which have different values on the staging and remote server.
Is it possible to set php_value conditionally so that I can use the same .htaccess file on both servers? I've looked at setenvif, but I can't work out how to apply the conditions to the php_value directive.