该问题已被锁定!
3
关注
2005
浏览

求 RC3下 iis6 的rewrite规则

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
spendl 初级会员 用户来自于: 广东省佛山市禅城区
2013-04-21 13:48
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
#RewriteRule /uc/(.*) /uc/$1 [L]
#RewriteRule /uc_client/(.*) /uc_client/$1 [L]
RewriteRule /api/(.*) /api/$1 [L]
RewriteRule /static/(.*) /static/$1 [L]
RewriteRule /uploads/(.*) /uploads/$1 [L]
RewriteRule ^/topic/(.)$ /?/topic/$1 

关于作者

问题动态

发布时间
2013-04-21 12:28
更新时间
2013-04-21 13:48
关注人数
3 人关注

推荐内容

分享:IIS下Anwsion的伪静态规则httpd.ini的写法
关于IIS6的重写规则
IIS伪静态设置真难解决,官方重视下吧
IIS6下伪静态规则参考
开启伪静态第二个步骤能详细解释下具体怎么操作码?
nginx的Rewrite设置无效,请教如何解决
伪静态设置不成功 404 我用的apache
3.0版 nginx伪静态 规则再问?
rest 框架引入路由冲突
Rewrite规则中有个弯扰不过来了,哪位高人帮看一下吧。