I've been at this for hours so forgive me if I'm out of it. I'm installing PHPLIB on my home system running Apache and PHP4.
Problem is I get a "Can't find Server" when I try to load any php page. I've tweaked the httpd.conf files to accept .php and .php3, extensions. Also configured as instructed ScriptAlias...AddType etc.
I've configured the PHP.ini file like this:
include_path= ".;C:\Program Files\Apache Group\Apache\php;C:\Program Files\Apache Group\Apache\php";
I'm stumped.
Pete