Hi,

I have an 'out of the box' install of Suse Linux 7.2 with Apache 1.3.19 and
PHP 4.0.4pl1. I'm trying to set the include path for files served from
domain_name/~user directories but get the 'Internal Server Error' when I add

php_value include_path .:/home/user/php_include

as the only line in my .htaccess file and I get 'php_value not allowed here'
in my server's error log.

In /etc/httpd/httpd.conf I have added the lines

<Directory /home/*/public_html>
    AllowOverride Options
</Directory>

but I still get the error.

I'm assuming that this is a simple configuration problem, does anyone have
any ideas?

Rick Watts




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to