Re: [phplib] Issues getting my phplib to work with my ISP. From: Douglas Forrest (dougforrest <email protected>)
Date: 12/26/00

You can use a php.ini file. The ISP I use puts PHP into the cgi-bin
directory and I have my php.ini there. It looks like this:

include_path = .:/www/yourdomain/php:/home/yourdomain/www/php
auto_prepend_file = /home/yourdomain/www/php/prepend.php3

----- Original Message -----
From: Eric Naujock <naujocke <email protected>>
To: <phplib <email protected>>
Sent: Tuesday, December 26, 2000 4:03 PM
Subject: [phplib] Issues getting my phplib to work with my ISP.

> I am tring to get my phplib based application running under my hosting
service. The service is running PHP as a CGI and is very limited. They will
not allow me to setup a Auto_prepend or a include_path. Instead they are
telling me I need to use my .htaccess file to make these additions.
>
> As a reult I have attempted to add my Include path and auto_prepend and
found that my apache complains. Is there a way to get around and fix this or
will I have to do some weird mangling to make this work. Does anybody have
an example of a .htaccess file that has these settings installed.
>
> The reason I am posting this here is that the application is very heavily
based on PHPlib.
>
> Thanks in advance.
> Eric Naujock.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>

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