> My site in on Unix server with PHP4.
> I need to insert in file .htaccess in the root this command for an include
> path:
>
> php_include_path /directory
>
> Why this command don't work ? I've an internal server error ..
Try using
for php3
php_include_path "c:/directory"
for php4
php_value include_path "c:/directory"
HTH
M@
--
PHP Windows 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]