I'm trying to change the include_path value in my htaccess file but the script keeps throwing a 500 error.
The statement is:
php_value include_path ".:includes/"
The same include path works fine when I set it via ini_set. Could this be a limitation on my host (Awardspace) ?