Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2001042

RE: [PHP-WIN] file .htaccess From: Matt Williams (matt <email protected>)
Date: 04/20/01

> 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: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>