I'm having problems with .htaccess files setting up the php_value
include_dir on both my development & test servers.  I'm using php4 under
apache on win2k for development & php4 under apache on unix as a test
server.  I've currently done the following on the win server

<Directory>
    php_value include_dir ".;C:/home/plugged/common/"
</Directory>

& done the following on the unix server

<Directory>
    php_value include_dir ".:/home/plugged/common/"
</Directory>

neither works...  am I doing something wrong here or am I forgetting
something?

Patrick



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

Reply via email to