A long-plagued problem related to IIS pseudo-static

Source: Internet
Author: User
I have a long-standing problem with the pseudo-static IIS: 1. do I have to install the IISRewrite component to implement the pseudo-static IIS? 2. can I add an httpd. ini rule in the local folder to rewrite it ?? I wrote a test example: PHPcode // test. php & lt ;? Phpecho $ _ REQUEST [& quot; title & qu
Ask Daniel:

1. do I have to install the IIS Rewrite component to implement pseudo-static IIS?

2. can I add an httpd. ini rule in the local folder to rewrite it ??


I wrote a test example:

PHP code
  // Test. php

  


The rule is:
Httpd. ini

[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
RewriteEngine On
RewriteRule/(. * example .html \ $ test. php? Title = $1



Cannot be rewritten! Please advise!

------ Solution --------------------
1. to implement url Rewrite, install the IIS Rewrite component.
2. httpd. ini is only available in the official (paid) version.
Lite version (Free Version) can only set rules through its control panel
------ Solution --------------------
This should be the case.

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.