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.