Browse By Tags

PHP.INI

Secure PHP with Configuration Settings
Created Nov 15, 2009 by tali smith

Introduction - PHP code can be embedded in your Web pages along with HTML code. When your Web server receives a request for a page, the page is first given to the PHP handler. The PHP handler outputs HTML code without modification and executes any...

Enable Per-Site PHP Configuration on IIS 7 and IIS 6.0
Created Nov 15, 2009 by tali smith

Introduction - A common requirement when running PHP applications in shared hosting environment is per-site configuration, because each PHP application may require a different set of PHP settings. Shared hosting providers often want to provide...

Install and Configure PHP
Created Nov 15, 2009 by tali smith

Introduction - The fastest and easiest way to install PHP on Internet Information Services (IIS) is by using the Microsoft ® Web Platform Installer (Web PI). Web PI completely automates setting up IIS, FastCGI, and the latest version of PHP from...