I'm in the process of installing php 4.3 on IIS through a vpn. What a daunting task, not to mention never before having to deal with installing PHP.
I go through the motions to install php with the installation wizard and I end up with the message:
Due to a missing OCX control on your system, the installation Wizard is unable to configure the web server. However PHP has been successfully installed, and all you need to do now is manually configure the web server as described in the install.txt.
I change all the .dll extension to start with a c:/.
when I go to read a phpinfo(); function all i get is the option to download the file and save it.
Has anyone dealt with this before?
not sure what to do??
thanks in advance,
terence
installing php 4.3 on IIS
Moderator: General Moderators
-
Owe Blomqvist
- Forum Commoner
- Posts: 33
- Joined: Wed Oct 16, 2002 2:27 pm
-
Owe Blomqvist
- Forum Commoner
- Posts: 33
- Joined: Wed Oct 16, 2002 2:27 pm
I´m not sure what you mean about this ini thing.
But what i do is:
1. - In windows, Go to: /controlpanel/administration tools/internet information services.
2. - Right click your machine name. a new window pops up.
3. - Click edit besides the top listbox. a new window pops up.
4. - Click working directory tab.
5. - At the bottom right click configuration.
6. - Click add at lower left.
7. - browse for php.exe, File extension = .php
Done.
You should now be able to run php scripts on your webserver.
I´m not sure if all those names above are correct since i use a swedish version of windows, and hard translated my own names to english.
But what i do is:
1. - In windows, Go to: /controlpanel/administration tools/internet information services.
2. - Right click your machine name. a new window pops up.
3. - Click edit besides the top listbox. a new window pops up.
4. - Click working directory tab.
5. - At the bottom right click configuration.
6. - Click add at lower left.
7. - browse for php.exe, File extension = .php
Done.
You should now be able to run php scripts on your webserver.
I´m not sure if all those names above are correct since i use a swedish version of windows, and hard translated my own names to english.
-
Owe Blomqvist
- Forum Commoner
- Posts: 33
- Joined: Wed Oct 16, 2002 2:27 pm