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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

xs的zeus rewrite规则有问题。

[复制链接]
baalchina 发表于 2006-11-13 15:05:12 | 显示全部楼层 |阅读模式
帮助文件中规则是这样的:
RULE_0_START:
match URL into $ with ^/supesite/([0-9]+)/spacelist(.*)$
if not matched then goto RULE_0_END
set URL = /supesite/index.php?$1/action_spacelist$2
RULE_0_END:

RULE_1_START:
match URL into $ with ^/supesite/([0-9]+)/viewspace(.+)$
if not matched then goto RULE_1_END
set URL = /supesite/index.php?$1/action_viewspace_itemid$2
RULE_1_END:

RULE_2_START:
match URL into $ with ^/supesite/([0-9]+)/viewbbs(.+)$
if not matched then goto RULE_2_END
set URL = /supesite/index.php?$1/action_viewbbs_tid$2
RULE_2_END:

RULE_3_START:
match URL into $ with ^/supesite/([0-9]+)/(.*)$
if not matched then goto RULE_3_END
set URL = /supesite/index.php?$1/$2
RULE_3_END:

RULE_4_START:
match URL into $ with ^/supesite/([0-9]+)$
if not matched then goto RULE_4_END
set URL = /supesite/index.php?$1
RULE_4_END:

RULE_5_START:
match URL into $ with ^/supesite/action(.+)$
if not matched then goto RULE_5_END
set URL = /supesite/index.php?action$1
RULE_5_END:

RULE_6_START:
match URL into $ with ^/supesite/([0-9]+)(.*)$
if not matched then goto RULE_6_END
set URL = /supesite/index.php?action/space/uid/$1$2
RULE_6_END:

RULE_7_START:
match URL into $ with ^/supesite/category(.+)$
if not matched then goto RULE_7_END
set URL = /supesite/index.php?action_category_catid$1
RULE_7_END:

RULE_8_START:
match URL into $ with ^/supesite/itemlist(.+)$
if not matched then goto RULE_8_END
set URL = /supesite/index.php?action_itemlist_catid$1
RULE_8_END:

RULE_9_START:
match URL into $ with ^/supesite/viewnews(.+)$
if not matched then goto RULE_9_END
set URL = /supesite/index.php?action_viewnews_itemid$1
RULE_9_END:

RULE_10_START:
match URL into $ with ^/supesite/viewthread(.+)$
if not matched then goto RULE_10_END
set URL = /supesite/index.php?action_viewthread_tid$1
RULE_10_END:

RULE_11_START:
match URL into $ with ^/supesite/index([\.a-zA-Z0-9]*)$
if not matched then goto RULE_11_END
set URL = /supesite/index.php
RULE_11_END:

RULE_12_START:
match URL into $ with ^/supesite/html/([0-9)+)/viewnews_itemid_([0-9]+)\.html$
if not matched then goto RULE_12_END
set URL = /supersite/index.php?action_viewnews_itemid_$2
RULE_12_END:

并且没有任何附加说明。而事实上这个规则应该是只在xs安装在网站目录的/supesite/的情况下才生效!否则始终会是404错误。


如果你的xs安装目录是/data/xs,站点主目录就指向/data/xs,必须要把所有的/supersite/修改为/,这个rewrite规则才会生效!


老早老早我就提过这个问题了。可惜还不见修改。正式版的说明文档里也是这个样子。难道因为zeus用的人少...?
网点 发表于 2006-11-13 15:22:19 | 显示全部楼层
谢谢反馈!
回复

使用道具 举报

recoil007 发表于 2006-11-14 09:42:59 | 显示全部楼层
回复

使用道具 举报

webb 发表于 2006-11-24 13:13:50 | 显示全部楼层
还有问题的。 见
https://discuz.dismall.com/thread-465454-1-1.html


按这里给出的如下 设置   设置了ZEUS 后可


首页 资讯 日志 图片 商品 文件 书签 论坛 程序下载 搜索

这些地址的连接还是无法实现官方这样的地址。
http://x.discuz.net/action_blog.html
回复

使用道具 举报

qoos 发表于 2006-11-29 10:51:41 | 显示全部楼层
問題解決了沒有 ???
回复

使用道具 举报

茄子 发表于 2006-11-29 11:33:50 | 显示全部楼层
谢谢您的反馈
回复

使用道具 举报

smatcn 发表于 2007-3-5 19:20:27 | 显示全部楼层
还没解决吗?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 09:23 , Processed in 0.026896 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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