Back up IIS httpd. ini Rewrite Rules, compatible with most versions of IIS servers, iishttpd. ini
There are very few IIS servers and they are almost out of the market. Nginx has become the mainstream market.
Back up an httpd. ini file with the following content:
[ISAPI_Rewrite] #3600 = 1 hourCacheClockRate 3600 RepeatLimit 32 # RewriteCond Host :! ^ Job \. zbphp \. com $ # RewriteRule ^ (. *) $ http \: // job \. zbphp \. com $1 [I, R] RewriteRule ^/public/([a-z0-9] {32 })\. html $/detail \. php \? Md5 = $1 RewriteRule ^/so ([a-z] +) _ ([^ \/] + )/? $/Search \. php \? Rewritefn = $1 & $1 = $2 & page = $3 RewriteRule ^/so ([a-z] +) _ ([^ \/] +) /([0-9] + )\. html $/search \. php \? Rewritefn = $1 & $1 = $2 & page = $3 # IIS ErrorDocumentRewriteRule ^/([0-9] {3 })\. (php | asp | htm | html) $/error \. php \? E = $1
How can I convert httpdini pseudo-static rules under IIS using htaccess rules?
Go to a professional forum.
For example, Baidu Post
Or a computer home
How do I set up pseudo-static state when installing the aitao client system on an independent server? I use IIS + WIN2003 and how does httpdini set rules?
This should be related to the Rewrite component not enabled!
You can write the simplest one first to see if Rewrite can be used.