Windows 8 IIS 8 Setup for PHP5 Integration
The Step-by-Step Guide shows you How to Setup IIS 8 Server on Windows 8 for PHP 5 Integration.
If Clearly and Simply Executed the IIS8 + PHP5 Integration Windows 8 Is Not Much Complicatedand 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 Done!
This Post Show Just the IIS8 SetUp Part but Below you Find Link to How Installing PHP 5.5.5 on Windows 7.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The content and details are expressly reduced to give Focus only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)
-
Windows8 Enabling IIS 8 with CGI Support for PHP.
Win8 IIS8 Enabling CGI Support for PHP -
Start IIS8 Manager
-
Switch to Start View
Just Pressing “Cmd” Key.
-
Search for IIS
Just Typing “iis”.
Enabling IIS8 Manager on Windows 8 Visual Tip.
-
-
Double-Click on Handler Mappings Icon
-
To the Right Select Add Module Mapping
-
SetUp As in Picture and Confirm App-Module Creation
-
Restart IIS 8 Server
-
Run Notepad Editor As Administrator
-
Switch to Start View
Just Pressing “Cmd” Key.
-
Search for Notepad
Just Typing “notepad”.
-
Right-Click on Notepad Button
On Bottom Select Run as Administrator.
-
-
Enter this PHP Content
?>phpinfo();
?>
-
Save As C:inetpubwwwrootphpinfo.php
-
Fire-Up Browser and Navigate to
http://localhost/phpinfo.php
Installing PHP 5.5.5 for Windows 8.