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

求 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 人关注

推荐内容

WeCenter2.1版的rewrite功能好象还有问题
IIS6伪静态设置尝试网站所有的办法,依然不成功,我的是2.5.9程序
URL地址中的“?”可以去掉吗?
使用后台的伪静态规则使用默认和简短模式,前台都是默认格式
关于IIS6的重写规则
3.0版 nginx伪静态 规则再问?
求助:nginx的rewrite设置问题
lnmp如何启用中文URL?
IIS虚拟主机下,的Rewrite规则 web.config文件应该怎么写?