[phplib] Fw: PHP4RC1, .htaccess & PHPLib From: SANIsoft (swati <email protected>)
Date: 04/27/00

Hi

Looks like this got lost - this happens only with PHPLib based apps

you can look at the phpinfo results @ http://www.sanisoft.com/info.php3

Thanks in advance
Tarique
--------------------

>>->Hello folks.
>>->I have the following .htaccess file on my remote server running PHP4RC1
>>->
>>->But I keep getting this error
>>->
>>->Fatal error: Failed opening required 'db_mysql.inc'
>>->(include_path='/home/sanisoft/www/sanisoftphp/:./') in
>>->/home/sanisoft/www/sanisoftphp/prepend.php3 on line 16
>>->
>>->Am running PHP3.0.15 on my local server and everthing is fine
>>->
>>->Thanks in advance
>>->
>>->Tarique
>>->======================
>>-><IfModule mod_php3.c>
>>->php3_track_vars on
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_flag track_vars on
>>-></IfModule>
>>-><IfModule mod_php3.c>
>>->php3_track_errors on
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_flag track_errors on
>>-></IfModule>
>>-><IfModule mod_php3.c>
>>->php3_magic_quotes_gpc on
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_flag magic_quotes_gpc on
>>-></IfModule>
>>-><IfModule mod_php3.c>
>>->php3_magic_quotes_runtime off
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_flag magic_quotes_runtime off
>>-></IfModule>
>>-><IfModule mod_php3.c>
>>->php3_include_path /home/sanisoft/www/sanisoftphp/:./
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_value include_path /home/sanisoft/www/sanisoftphp/:./
>>-></IfModule>
>>-><IfModule mod_php3.c>
>>->php3_auto_prepend_file /home/sanisoft/www/sanisoftphp/prepend.php3
>>-></IfModule>
>>-><IfModule mod_php4.c>
>>->php_value auto_prepend_file /home/sanisoft/www/sanisoftphp/prepend.php3
>>-></IfModule>
>>->=============
>>->
>
>

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