How to Configure PHP on IIS 6

How to Configure PHP on IIS 6 thumbnail
Configure your IIS server for PHP.

PHP is a programming language that allows you to create dynamic web pages. PHP is typically run on an Apache server, but you can also configure PHP to run on Internet Information Services (IIS), which is a Microsoft product. Before you can run PHP on a Microsoft IIS server, the programming language needs configurations on the server. This is required, so your web server recognizes the PHP language syntax and file extensions.

Instructions

    • 1

      Click the Windows "Start" button on your IIS server. Click "All Programs," click "Administrative Tools" and then click "Internet Services Manager." This opens the IIS console configuration manager.

    • 2

      Right-click your website name on the left side of the window that hosts your PHP files. Select "Properties" from the menu options.

    • 3

      Click "Add" in the "Web Sites" directory. In the opened window, click "Browse" to select the executable that processes the PHP files. For most installations, the file is "C:\php\isapi_fcgi.dll." Click "OK" to set your PHP executable.

    • 4

      Right-click the "Web Services Extensions" icon and select "Add a new web services extension." This opens a configuration window that allows you to enable the PHP extension on the web server.

    • 5

      Enter "PHP" and click the "OK" button. In the window that displays a list of extension options, click "PHP" and then click the "Allow" button. This allows the PHP file extension to run and sets an exception in the Windows firewall.

Related Searches:

References

  • Photo Credit computer image by blaine stiger from Fotolia.com

Comments

You May Also Like

  • How to Setup PHP on IIS 6

    Internet Information Services version 6 (IIS6) allows you to host websites on your computer. IIS6 is a part of older Windows operating...

  • How to Run PHP on IIS 6

    PHP is a Web development language used primarily on Apache servers. However, Microsoft's Web hosting software, Internet Information Services, can host the...

  • How to Configure IIS6.0

    Internet Information Service (IIS) 6.0 is an older version of the hosting application installed with Microsoft Windows server operating systems. Before hosting...

  • How to Install PHP 5.2 6 on IIS

    Microsoft Internet Information Services natively uses .NET programming languages. You must install and add the PHP extensions to the server to run...

  • How to Enable PHP on IIS 6.0

    PHP (PHP: Hypertext Preprocessor) is a free programming language used primarily on Apache web servers to deliver web pages to client computers...

  • How to Configure IIS 6 for Windows XP Pro x64

    By installing IIS6 on Windows XP Pro x64, you are able to run a limited server for a home or a small...

Related Ads

Featured