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

Related Posts:

  • Error: The used table type doesn't support FULLTEXT indexes? Wow! I got this error when i am creating a below table with FULLTEXT indices. The reason for this exception is "Full-Text Search is supported only with MyISAM Engine before MySQL version 5.6" CREATE TABLE comment( &nbs… Read More
  • Home Icons                                            … Read More
  • How to set corporate proxy for NodsJs? I tried to install  a GRUNT (which a javascript task runner to perform repetitive tasks like minification, compilation, unit testing, linting, etc...) but getting network proxy configuration settings error. So started g… Read More
  • Difference between SSL, TLS, and HTTPS? TLS is the new name for SSL. Namely, SSL protocol got to version 3.0; TLS 1.0 is "SSL 3.1". TLS versions currently defined include TLS 1.1 and 1.2. Each new version adds a few features and modifies some internal details. … Read More
  • How to install nodejs in Windows 7? v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} I want to use javascript on my ongoing moodle development work. But the lat… Read More

1 comments:

Anonymous said...

It isn't work.

Blog Archive

Total Pageviews

15582

Popular Posts