全球主机交流论坛
标题:
求把伪静态规由由IIS7 转为IIS 6的
[打印本页]
作者:
dayin
时间:
2013-3-15 21:48
标题:
求把伪静态规由由IIS7 转为IIS 6的
<rule name="13">
<match url="^(.*/)*thread-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/article/beijing/news.asp?id={R:2}" />
</rule>
上面的是IIS7的伪静态规则,没问题,现在换服务顺了,要转成IIS6的。
求大神指点。
下面的是不我写的,不起作用,求指点
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/thread-([0-9]+)\.html(\?(.*))*$ $1/article/beijing/news.asp?id=$2&$4
作者:
loveminds
时间:
2013-3-15 21:53
不用IIS6
作者:
见好就收
时间:
2013-3-15 21:54
不会,度娘看看
欢迎光临 全球主机交流论坛 (https://sunk.eu.org/)
Powered by Discuz! X3.4