I have my htaccess on local server that have the following directive set in htaccess file (just because i have multiple file sreferring to the same php include containing my php libs)
php_value include_path "/var/www/mysite.com/php_include/"
The problem comes when i upload all online... this directive doesn't fit the production server.
Question is : is it possible to make this htaccess directive conditional based upon environment? How? Didn't find yet how to do it...