php-windows | 2001042
Date: 04/20/01
- Next message: Martin Kemp: "[PHP-WIN] RE: Select statement not working"
- Previous message: Tom Mathews: "Re: [PHP-WIN] dynamic pulldowns from DB"
- In reply to: fipo2001: "[PHP-WIN] file .htaccess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Martin Kemp: "[PHP-WIN] RE: Select statement not working"
- Previous message: Tom Mathews: "Re: [PHP-WIN] dynamic pulldowns from DB"
- In reply to: fipo2001: "[PHP-WIN] file .htaccess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

