In PHPIIS6.0, the pseudo-static configuration is invalid, so that the php page can run normally.
Complete the pseudo-static configuration.
ISAPI filter status display: Loaded, green up arrow
The content of the rewrite file is as follows:
[ISAPI_Rewrite]
#3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd. ini and httpd. parse. errors files
# From accessing through HTTP
RewriteRule ^ (. *) \. html $1 \. php
Access test address:
Http://www.iprc.cn/test.php
Does anyone know?
Rewrite is downloaded from: http://www.jb51.net/softs/6192.html
Reply to discussion (solution)
We recommend that you use apache instead of iis.
RewriteRule ^ (. *) \. html $1 \. php
This means that xxx.html is switched to xxx. php.
We recommend that you use the official iis url rewrite tool under iis, which can be imported through. htaccess
Whether your iis can be fully run
Http://www.iprc.cn/test.php
Resolved. But thank you.