Diagram of the pseudo-static php method configured in the ISS environment

Source: Internet
Author: User
Tags iis

1. On the first page, decompress the mongorewrite.rar file. For example, I put it in the root directory of the D drive.

 

 

2. Open the IIS Manager, right-click the website, choose Properties> ISAPI filter> Add> enter a name, select the DLL file path, and click OK. This is the IIS configuration.

3. Configure the httpd. Ini file.
[ISAPI_Rewrite]

The code is as follows: Copy code
#3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd. ini and httpd. parse. errors files
# From accessing through HTTP
RewriteRule ^/index.html $/index. asp
RewriteRule ^/index.html $/index. php
4. Put the httpd. Ini file in the root directory of the website, and enter http: // localhost/index.html in the address bar to check whether the file is okay?

Tip: The screenshot of the above ISS pseudo-static configuration is not iis6. If it is iis7 or a later version, there is a difference. I have not tested it here, so I will not introduce it, however, this is very useful in iis6, mainly by downloading Rewrite. dll file and then add isapi.

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.