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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

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

[复制链接]
heyond 发表于 2007-3-27 09:14:53 | 显示全部楼层 |阅读模式
在最新发布的 Discuz!5.5 版本,截止到今天,在 Zeus 上同时开启左右分栏和静态化在切换时可能会出现 Zeus 对 URL 解析不正确,导致显示找不到该页。
解决方案,更新 Request Rewriting 中的 Rewrite Script (所谓的URL-Rewrite):

  1. match URL into $ with ^(.*)/attachment-([0-9]+)-([0-9]+)\.html?*(.*)$
  2. if matched then
  3.   set URL = $1/attachpage.php?aid=$2&tid=$3&$4
  4. endif
  5. match URL into $ with ^(.*)/archiver/([a-z0-9\-]+\.html)?*(.*)$
  6. if matched then
  7.   set URL = $1/archiver/index.php?$2&$3
  8. endif
  9. match URL into $ with ^(.*)/forum-([0-9]+)-([0-9]+)\.html?*(.*)$
  10. if matched then
  11.   set URL = $1/forumdisplay.php?fid=$2&page=$3&$4
  12. endif
  13. match URL into $ with ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html?*(.*)$
  14. if matched then
  15.   set URL = $1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3&$4
  16. endif
  17. match URL into $ with ^(.*)/profile-(username|uid)-(.+?)\.html?*(.*)$
  18. if matched then
  19.   set URL = $1/viewpro.php?$2=$3&$4
  20. match URL into $ with ^(.*)/space-(username|uid)-(.+?)\.html?*(.*)$
  21.         if matched then
  22.                 set URL = $1/space.php?$2=$3&$4

  23.         endif

  24. endif
复制代码
经过测试,在 Zeus Server V4 上通过。

[ 本帖最后由 heyond 于 2007-3-27 16:00 编辑 ]
丢失信仰的猪 发表于 2007-3-27 09:18:14 | 显示全部楼层
终于能抢个沙发了啊

好像没遇到这个问题啊
回复

使用道具 举报

testi 发表于 2007-3-27 09:28:39 | 显示全部楼层
:) :) :)
回复

使用道具 举报

testi 发表于 2007-3-27 09:29:24 | 显示全部楼层
:) :) :)
回复

使用道具 举报

vincentlong 发表于 2007-3-27 11:39:03 | 显示全部楼层
占位占位占位占位占位
回复

使用道具 举报

haolik 发表于 2007-3-27 12:02:43 | 显示全部楼层
:) 不知道和以前的有什么区别
回复

使用道具 举报

soloer 发表于 2007-3-27 12:10:17 | 显示全部楼层
原来这样,不过没关系,不用NT的
回复

使用道具 举报

2xy 发表于 2007-3-27 15:20:17 | 显示全部楼层
前排占位支持!(*^__^*) 嘻嘻……
回复

使用道具 举报

snowfly 发表于 2007-3-27 19:24:07 | 显示全部楼层
知道了!
谢谢分享!
可惜我不用ZEUS
回复

使用道具 举报

fy007 发表于 2007-3-27 22:15:50 | 显示全部楼层
好东东。。
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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