Hi Guys,
Thanks for the help. I have tried without success to use the ISAPI mode but am getting a plain white page when I try to access any PHP page stating "The specified module could not be found." I realise that this is probably because it can't find a .dll or similar.
PS php works when in cmd i Run php.exe test.php
- but i'm guessing that is because it's not touching the isapi stuff.
by looking at the following things i did would any of you know if I am missing something here?...
To change the mode to ISAPI I...
In IIS... I added 'php4isapi.dll' to the filters in BOTH 'local computer/web sites' & 'local computer/web sites/mywebsite'
I also... changed the .PHP lookup in 'Home directories/configure' in BOTH 'local computer/web sites' & 'local computer/web sites/mywebsite'
I also copied 'php4ts.dll' in to my windows/system32 folder (devshack tip)
Finally In the regestry I changed....
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map]
".php"="C:\\Program Files\\PHP\\sapi\\php4isapi.dll"
rebooted the server with netstop/start
thanks and any help would be very apreciated. pSouper.
(my underlying problem i think is my [root_directory] as i use exact pathnames for most things but still have some i can't work out where to change them - I'm hoping as there are undoubtedly people who have my HW/SW setup AND have phpwcms working out of the box that I have a IIS/php problem)
my setup is.. winxp pro iis5.x php4.3.4