[TUT] How to install IIS and PHP

keiller

Mr Tutorial Man
Jun 9, 2012
492
108
Tutorial+Five

WARNING: I was not sure where to post this, so if it's in the wrong section please move it, thank you.

Hello,

Today we will be learning how to install IIS, MySQL and PHP for Windows users. I'm not sure what other computer is able to install IIS, so for this tutorial only, we will be using Windows.
Let's get started

Windows XP OS

#1 - Click start then navigate to the control panel
#2 - Double click the add or remove programmes part
#3 - Click add/remove windows components
#4 - Click Internet Information Services (IIS) and then click on details.

inst_iis_xp.gif


#5 - In Internet Information Services (IIS), select the check boxes for SMTP Service and World Wide Web Service, and then click on ok.

inst_iis_xp1.gif


#6 - In Windows Component selection, ensure that the Internet Information Services (IIS) check box is selected, and then click on ok to install the components that you selected.

Windows 7/Vista OS
#2 - Go to start and navigate to the control panel, click on the Programs part. You'll then see a link for 'Turn Windows features on or off"

sshot-2009-08-27-17-53-07.png


#2 - If you expand the Internet Information Services tree node, you can see that there are a lot of options beneath it. You will probably want to explore these options, because even if you click on IIS, some of the necessary options for doing development aren’t checked.

sshot-2009-08-27-17-52-34.png


#3 - Once you've checked all the items you want, and clicked on ok, you'll see this dialog or something along these lines for a while

sshot-2009-08-27-17-54-16.png


#5 - Now when you navigate in your browser to localhost (localhost/), you’ll see the new default page which the files are located in \inetpub\wwwroot

sshot-2009-08-27-17-54-42.png


Now we have installed IIS!

PHP

#1 - Download PHP on the
#2 - Click Products, then Select PHP and Add it.
#3 - Now wait for it to install.
That's you done!

I hope this helps a few noobs that want to use IIS but can't..
NOTE: If you are making a hotel with IIS, remember to put the CMS files in wwwroot and add a web.config as IIS doesn't read .htaccess



Thanks to Nathan for the images! ;)
 

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
Control Panel > Programs Category > Programs and Features Sub Category > Turn Windows features on and off
 

Users who are viewing this thread

Top