开膛手杰克fate本子h:急 关于ISAPI_Rewrite 技术,

来源:百度文库 编辑:神马品牌网 时间:2024/05/04 23:54:43
这个文件内容以前是这样的

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^/httpd(?:\.ini|\.parse\.errors).* [F,I,O]

我现在想在加一条Rewriterule,动态地址是这样的
http://www.123123.com/new/new.asp?id=11&titleid=22&key=33
把他转换成这样
http://www.123123.com/new/new-11-22-33.html
请问在httpd.ini文件中应该怎么写啊 急啊 谢谢!!!

QQ:77789219