Saturday, June 15, 2013

Windows 7 IIS 7.5 PHP5 Integration SetUp Step-by-Step Easy Guide

The Guide Show Step-by-Step How-to Setup PHP 5.4.11 Release on Windows 7 for IIS 7.5 Integration.

If Clearly and Simply Executed the IIS7.5 + PHP5 Integration on Windows 7 It's Not Difficult and It Do Not Really Need of Any Helping Tool Like you Find Publicized on Various Tutorial Out There...

You Need Only to Know How-to Execute the Correct Steps to Get It Easily Done!

This Article Show Just the IIS8 SetUp Part but on Bottom you Find Link to How Installing PHP 5.4.11 on Windows 7.

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)

PHP Elephant Through Windows
  1. Windows 7 How-to Enable IIS 7.5 with CGI Support for PHP

    Win7 IIS 7.5 Enable CGI Support for PHP
  2. Open IIS Manager
    Windows 7 Start IIS Manager
  3. Double-Click on Handler Mappings Icon
    Windows 7 IIS Handler Mappings
  4. To the Right Select Add Module Mapping
    Windows 7 IIS Select Add Module Mapping
  5. SetUp As in Picture and Confirm App-Module Creation
    Windows 7 IIS PHP FastCGI Module Setup Windows 7 IIS PHP FastCGI Module Creation
  6. Restart IIS 7 Server
    Windows 7 Restart IIS Server
  7. Open Notepad ad Administrator
    Open Notepad as Administrator
  8. Enter this PHP Content and Save as c:/inetpub/wwwroot/phpinfo.php File
    <?php
    phpinfo();
    ?>
    
  9. Fire-Up Browser and Navigate to
    http://localhost/phpinfo.php
    
  10. Installing PHP 5.4.11 for Windows

    PHP 5.4.11 for Windows