Configuring PHP to run in Windows IIS Web Server

    Enable the IIS Web Server Role in Server Manager on server systems, in Add or Remove Programs > Windows Features > install IIS for Windows Desktop systems. Then you need to download the latest PHP for your Windows IIS from http://windows.php.net/download/ .  If you are using PHP with IIS you should use the Non-Thread Safe (NTS) versions of PHP. VC11 x64 Non Thread Safe (2013-Nov-13 20:57:46) Zip You need to download and install PHP Manager 1.2 for IIS 7: PHP Manager 1.2 for IIS 7 – x64 Then integrate the PHP Manager with the downloaded version of PHP […]

Read more

FIX: WAMP Server 2.4: phpmyadmin HTTP Error 404.0 – Not Found

Scenario: After you install WAMP Server 2.4 on a Windows computer that’s running the IIS.  You notice that “Localhost” option loads fine but phpmyadmin fails as shown below: Error Summary HTTP Error 404.0 – Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002 Requested URL http://localhost:80/phpmyadmin/ Physical Path C:inetpubwwwrootphpmyadmin Logon Method Anonymous Logon User Anonymous Most likely causes: · The directory or file specified does not exist on the Web server. · The URL contains a […]

Read more