Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

Discuz5.5 Zeus URL Rewrite(Request Rewriting ) 规则

[复制链接]
雪火阿累 发表于 2007-3-28 08:26:15 | 显示全部楼层
:D :D :D
回复

使用道具 举报

大雪无痕WZ 发表于 2007-4-1 18:20:01 | 显示全部楼层
match URL into $ with ^(.*)/profile-(username|uid)-(.+?)\.html?*(.*)$
if matched then
  set URL = $1/viewpro.php?$2=$3&$4
match URL into $ with ^(.*)/space-(username|uid)-(.+?)\.html?*(.*)$

多了两个问号,害得偶搞死了,删了就好了,真不明白是我错了,还是大米不小心弄错了?
回复

使用道具 举报

 楼主| heyond 发表于 2007-4-4 23:21:13 | 显示全部楼层
这个规则在客户的站点上测试通过了的,我直接拷贝过来的。
回复

使用道具 举报

 楼主| heyond 发表于 2007-4-4 23:21:52 | 显示全部楼层
如果出错,那么可能那个问号需要再转义一下:

match URL into $ with ^(.*)/profile-(username|uid)-(.+?)\.html\?*(.*)$
if matched then
  set URL = $1/viewpro.php?$2=$3&$4
match URL into $ with ^(.*)/space-(username|uid)-(.+?)\.html\?*(.*)$
回复

使用道具 举报

zhkjxg 发表于 2007-4-9 11:04:34 | 显示全部楼层
回复

使用道具 举报

novaviva 发表于 2007-4-10 15:24:39 | 显示全部楼层
加上了dvbbs转dz的一些zeus规则,不知道写的好不好,反正是生效了,请专家指出缺点!!

  1. match URL into $ with ^(.*)/list.asp(.+?)(boardid=)([0-9]+)$
  2. if matched then
  3.   set URL = $1/forumdisplay.php?fid=$4
  4. endif
  5. match URL into $ with ^(.*)/index.asp(.+?)(boardid=)([0-9]+)$
  6. if matched then
  7.   set URL = $1/forumdisplay.php?fid=$4
  8. endif

  9. match URL into $ with ^(.*)/dispuser.asp(.+?)(id=)([0-9]+)$
  10. if matched then
  11.   set URL = $1/viewpro.php?uid=$4
  12. endif
  13. match URL into $ with ^(.*)/dispuser.asp(.+?)(username=)(.+?)$
  14. if matched then
  15.   set URL = $1/viewpro.php?username=$4
  16. endif
  17. match URL into $ with ^(.*)/dispbbs.asp(.+?)(id=)([0-9]+)
  18. if matched then
  19.   set URL = $1/viewthread.php?tid=$4
  20. endif
  21. match URL into $ with ^(.*)/dispbbs.asp(.+?)(ID=)([0-9]+)
  22. if matched then
  23.   set URL = $1/viewthread.php?tid=$4
  24. endif
  25. match URL into $ with ^(.*)/index.asp
  26. if matched then
  27.   set URL = $1/index.php
  28. endif
复制代码



另外求:zeus下面rewrite规则的说明文档之类的或者教程

[ 本帖最后由 novaviva 于 2007-4-10 15:26 编辑 ]
回复

使用道具 举报

龅牙蜘蛛 发表于 2007-4-21 14:05:50 | 显示全部楼层
不错。。顶了
回复

使用道具 举报

FiyiWang 发表于 2007-4-23 00:11:40 | 显示全部楼层
帮顶................
回复

使用道具 举报

usufu 发表于 2007-5-3 11:26:12 | 显示全部楼层
支持啊,支持~:)
回复

使用道具 举报

Ebus21√轨迹 发表于 2007-8-5 17:23:40 | 显示全部楼层
好东西,谢谢楼主!~~~~~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:11 , Processed in 0.051815 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表