Apache
Migrate to a Windows-Based Platform
Created Nov 15, 2009 by tali smith
Introduction Microsoft embraces hosting PHP applications on the Windows® operating system, both by building enabling technologies and by working with the PHP community to ensure that popular PHP applications run well on the Windows platform...
How to Migrate to the Microsoft Web Platform
Created Nov 15, 2009 by tali smith
PHP is quite portable, and cross-platform development has been a major goal in its development. In most cases, PHP scripts are easily ported from Linux to the Windows ® operating system with very few problems. Microsoft has also produced a rich...
IIS 7 for Apache Administrators
Created Nov 15, 2009 by tali smith
Introduction Apache Hypertext Transfer Protocol (HTTP) Server and Internet Information Services 7 (IIS 7) are two of the world’s most popular Web servers. This article provides technical information about IIS for users who are familiar with...
Best Practices for PHP on the Microsoft Web Platform
Created Nov 15, 2009 by tali smith
Introduction There are various steps you can take to optimize Windows Server 2008 R2 or Windows Server 2008, IIS 7, and FastCGI performance for your Web workloads and PHP applications, including: Configure PHP process recycling behavior Disable...
Translate .htaccess Content to IIS web.config
Created Feb 23, 2009 by stjacobs
Introduction Many PHP applications are distributed with configuration files for the Apache Web server. These configuration files (usually called .htaccess files) contain a number of settings that can be used for integrating the application with...
Import Apache mod_rewrite Rules
Created May 30, 2008 by ruslany
Introduction The Internet Information Services 7 (IIS 7) URL Rewrite Module provides rule importing functionality that greatly simplifies the process of converting Apache mod_rewrite rules to IIS URL rewrite rules. This walkthrough guides you...