Click to See Complete Forum and Search --> : php4 and PWS pb...


Anon
09-25-2000, 08:51 AM
Hi,

I installed php4 (win98/PWS) and it doesn't work (php3 do work)
When trying to access index.php4, PWS ask wether to open or download it...

I added in the PWS config panel "index.php4" as the default page and the dir is executable.
I also modified the registry as mentioned on the documentation.

Anon
09-25-2000, 01:09 PM
the suffix has been changed to just .php

Fix your file name and you may fix your problem

Anon
09-25-2000, 10:08 PM
Have you checked your Registry entries??

In your registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVR\Parameters\Script Map\

There you must have a string named .php4 and give the value "c:\php4\php4isapi.dll".

Restart the server / Computer.

Hope it helps