Re: [PHP-WIN] Help on new install please ..

2002-09-02 Thread Giannis Vrentzos
Try to find DirectoryIndex in httpd.conf and check if index.php is there.It has to look like DirectoryIndex index.html index.php John David Tod Sigafoos wrote: > I am having problems on a new install of PHP and Apache > > Win2k, Php 4.2.2, apache 1.3.26 > > 1) Install apache. Then browse to

RE: [PHP-WIN] Help on new install please ..

2002-08-30 Thread dash php
Try the following: Apache as SAPI: a) copied php4ts.dll to windows/system32 directory b) added following lines to httpd.conf LoadModule php4_module "c:/php/sapi/php4apache.dll" # try it w/o this line AddModule mod_php4.c AddType applicaton/x-httpd-php .php Your phpinfo.ph