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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

开启了REWRITE,但用户自定义的"个性域名"仍然有问号!!

[复制链接]
ecco 发表于 2007-5-30 00:42:12 | 显示全部楼层 |阅读模式
UID后缀的问号已经消失了.

www.xxx.com/?12345
www.xxx.com/12345
这两种现在都可以正常访问

但是,当用户自定义了"个性域名"后,
如  abc
www.xxx.com/abc  就不能访问
只能用www.xxx.com/?abc 来访问

请问怎么办??
 楼主| ecco 发表于 2007-5-30 02:52:13 | 显示全部楼层
顶一下~~~~~~~~~~~~~~~~~
回复

使用道具 举报

 楼主| ecco 发表于 2007-5-31 00:35:44 | 显示全部楼层
再顶~~~~~~~~~~~~~~~~~~~~~~~~~~~~
回复

使用道具 举报

haosee 发表于 2007-5-31 10:29:47 | 显示全部楼层
rewrite规则没写好?认真查看手册里相关部份。

还有就是,如果老是出现用 abc.domain.com 访问,然后会自动转向到 domain.com/abc 的话,让用户自己重新提交一下,就会正常了。
回复

使用道具 举报

 楼主| ecco 发表于 2007-5-31 21:59:33 | 显示全部楼层
原帖由 haosee 于 2007-5-31 10:29 发表
rewrite规则没写好?认真查看手册里相关部份。

还有就是,如果老是出现用 abc.domain.com 访问,然后会自动转向到 domain.com/abc 的话,让用户自己重新提交一下,就会正常了。



我的REWRITE规则是从这个论坛抄的,请帮忙看一下哪里要改(for zeus 4.x)

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

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

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

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

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

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

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

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

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

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

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

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

使用道具 举报

茄子 发表于 2007-6-1 10:13:41 | 显示全部楼层
回复

使用道具 举报

 楼主| ecco 发表于 2007-6-1 16:43:37 | 显示全部楼层
原帖由 茄子 于 2007-6-1 10:13 发表
https://discuz.dismall.com/thread-585580-1-3.html


老大,你贴IIS的REWRITE给我干嘛啊?? 我用的是ZEUS啊,完全两码事啊
回复

使用道具 举报

 楼主| ecco 发表于 2007-6-2 01:12:13 | 显示全部楼层
推一推~~~~~~
回复

使用道具 举报

 楼主| ecco 发表于 2007-6-2 16:47:12 | 显示全部楼层
再顶!!!!!!!!!!!!!!!!!!!
回复

使用道具 举报

 楼主| ecco 发表于 2007-6-2 16:50:33 | 显示全部楼层
顶一下~~~~~~~~~~~~~~~~~
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 15:21 , Processed in 0.031781 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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