Click to See Complete Forum and Search --> : iis error on install


Anon
02-13-2001, 04:23 PM
Istalling php4 with windows installer and I'm getting an IIS error just before it finishes. Although it does finish and when I test with 'test' script, I only get blank page...any suggestions...Reinstall IIS??

Anon
02-14-2001, 08:37 AM
Are you sure you added a .php association with the php extension, if the installer didn't do this, you must do it manually.

Anon
03-01-2001, 10:16 PM
I seem to get a much cleaner install doing it without the help of the installer. I just copy the php_*.dll of the extensions I plan to use to \system32 put php.ini in the \winnt\ and make a few changes to it and the default site adding .php .phtml .php3 and told iis to use index.php, index.php3 as it would default.htm, etc...

BTW I'm using the php.exe

CT