How to configure PHP in IIS in Win2000

Source: Internet
Author: User

PHP is a technology that is ahead of ASP. Compared with ASP, it has the advantages of fast speed, high stability, cross-platform, and easy to learn. Almost all the operating systems used by ASP learners are Windows platforms, and IIS is undoubtedly installed on them. The server support required by PHP is mainly provided by Apache. In fact, IIS can also provide such support by taking the following steps:
1. Download PHP. Recommended Web site: http://www.onlinedown.net/soft/1774.htm after downloading extract to a folder, it is recommended to unzip: C: php. This folder description will be used in the following sections.
2. copy and paste all the files in the dlls folder in C: php to C: winnt ystem32. Copy php4ts. dll in C: php to C: winnt ystem32.
3. Use notepad to open the php. ini-dist file under C: php. Find the following line: extension_dir = "./" and change it to extension_dir = C: php to save it to C: winnt ystem32. Note: The name is php. ini.
4. open Control Panel> Administrative Tools> internet Service Manager> open the directory tree on the left> default web site> right-click> Properties> isapi filter> Add-> Filter Name: php; Executable File: C: php apiphp4isapi. dll and then open the home directory under the default web site properties panel-> Configure-> Add-> executable file: C: php apiphp4isapi. dll; Extension: php.
Okay, you're done!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.