zeus 中设置静态URL重写
时间:2007-01-04 10:22:57
来源: 作者:whsong 点击:次 出处:技术无忧
关键字:zeus
zeus 中设置 phpwind 无图版与blog 的静态URL重写进入 Virtual Server => Request Rewriting
Enabling Request Rewriting 设置 Enabled
并在Rewrite Script 中将一下代码填入提交并 make it take effect. 即可
QUOTE:
match URL into $ with ^(.*)/htm/(.*)$
if matched then
set URL = $1.php?$2
endif
match URL into $ with ^(.*)/simple/([a-z0-9/_]+/.html)$
if matched then
set URL = $1/simple/index.php?$2
endif












文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面