Are your extensions really in c:\php and not c:\php\extensions or c:\winnt\system32?
Unless those extension dll's are there right in that c:\php it's not going to work. So either change your path or copy the dll's to c:\php. Just what comes to mind first... Best, Matthew Kurowski ----- Original Message ----- From: "Tom Mac" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 12:23 PM Subject: [PHP-INST] php4 > Hi All, > > I've been trying to configure PHP4.2.1 to work > with Apache 1.3.2 on Windows 98. I tried both as a > SAPI module or as a CGI setup, but had no luck. Can > someone help please? Thanks. I have the snippets > from my conf files below: > > PHP Installation Directory --> c:\php > > 1. SAPI Setup: > c:\windows\php.ini: > extension_dir = "c:\php" > cgi.force_redirect = 1 > httpd.conf: > ClearModuleList > > LoadModule php4_module > c:/php/sapi/php4apache.dll > AddModule mod_php4.c > AddType application/x-httpd-php .php > > * When i start apache, it saids the php4 mod has > been loaded but i get a HTTP 404 when I browse to any > .php page * > > 2. CGI Setup: > c:\windows\php.ini: > extension_dir = "c:\php" > ;cgi.force_redirect = 1 > httpd.conf: > ScriptAlias /php/ "c:/php/" > AddType application/x-httpd-php .php > Action application/x-httpd-php > "/php/php.exe" > > > * When i start apache, everything seems normal, > but i get a blank page when I browse to any .php page > * > > > Tom > > > > __________________________________________________ > Do You Yahoo!? > Sign up for SBC Yahoo! Dial - First Month Free > http://sbc.yahoo.com > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php