> 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_v
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 ..
Bye
I
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mai