The below three steps we need to follow up for php installation on windoes 8 operating system.
  1. IIS 8 installation.
  2. Microsoft Web Platform Installer instalation.
  3. PHP installation and configuration with Microsoft Web Platform Installer.

A. IIS 8 Installation

These are steps to activate IIS 8 in Windows 8 :
  1. Run Turn Windows features on or off with choose Settings form charms bar, then choose Control Panel.
  2. In Control Panel window, choose Programs.
  3. In Programs and Features, choose Turn Windows features on or off.

    2831030

  4. Check Internet Information Service and click OK button.

    2819101
After the installation process is complete, we can check whether IIS 8 is installed correctly by running Internet Explorer. In the address bar, type http://localhost. If successful, we see web page like this picture below.

2819102


B. Microsoft Web Platform Installer Installation
Microsoft Web Platform Installer is a simple, free tool that automates the installation of Microsoft's entire Web Platform including PHP. We can download it form this url http://www.microsoft.com/web/downloads/platform.aspx. The name of installer is wpilauncher.exe.

Run wpilauncher.exe and we will see installation status like this picture below.

2819103


After installation is completed, we can see Web Platform Installer 4.0 window like this picture below.

2819104


C. PHP Installation and Configuration

These are step to install and configure PHP with Web Platform Installer :
  1. In Web Platform Installer window, choose Products tab and search PHP version that we will install.
  2. Click Add button as we can see in picture below.

    2819105

  3. After click Add button, we can see there are 2 items that will be installed. By click Items to be installed link, we can see list of those items.

    2819106

  4. Click Install button.

    2819107

  5. Click I Accept button and it will be downloaded item and install them.

    2819108

  6. After the installation process is complete, click Finish button.

 To check whether the installation and configuration are success, we can test it by follow these steps :
  1. Create info.php file and type this code below as content.
    2819109
  2. Copy info.php file to IIS’s root folder in C:\inetpub\wwwroot.
  3. Run Internet Explorer, and type http://localhost/infor.php in address bar.
  4. We will see web page like picture below if all installation and configuration are successed.

    2819110

1 comments:

Anonymous said...

It isn't work.

Blog Archive

Total Pageviews

Popular Posts