"Temeschinko, Michael" <[EMAIL PROTECTED]> wrote:
> How do I set the php-iclude path if I have not acess to php.ini?
>
> I know in .htacess but al I try ends in an Internal Server Error
> I use php4.0.4pl1
Please post what you tried. It might be a difference in the syntax between
PHP3 and PHP4 if you're using the old style. The new style is:
php_flag include_path ".:./lib"
Directories are separated by colons.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]