Re: [phplib] PHPLib From: Milen A. Radev (milenr <email protected>)
Date: 11/23/00

Hi, Matt!

The most probable reason is that the syntax of the options is not correct.
Try with this one:
php3_include_path "/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs"
php3_auto_prepend_file
"/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs/phplib/php/prepend.php3"

 (please note the lack of the "=" signs).

And another possible reason could be if your server is a PHP4-enabled one
and then
 you should use another syntax for the configuration options:

php_value include_path "/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs"
php_value auto_prepend_file
"/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs/phplib/php/prepend.php3"

(again there are spaces between the keywords).

Milen A. Radev

----- Original Message -----
From: Matt "TrollBoy" Wiseman <trollboy <email protected>>
To: <phplib <email protected>>
Sent: Thursday, November 23, 2000 8:21 PM
Subject: Re: [phplib] PHPLib

> I get a 500 server error when ever I try my .htaccess
> All that is in my .htaccess file is the following:
> ----
> php3_include_path="/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs"
>
php3_auto_prepend_file="/disk2/plesk/apache/vhosts/shoggoth.net/httpdocs/php
> lib/php/prepend.php3"
> ----
> Any help??
>
> --
> Matt "Trollboy" Wiseman
> www.shoggoth.net/trollboy.jpg
> Trollboy <email protected>
> "I wish the world had one throat!!"
> -Al Bundy
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>