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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[不是BUG] 论坛启用Rewrite后,SS7不能正常访问!

[复制链接]
garyliming 发表于 2009-2-15 02:20:26 | 显示全部楼层 |阅读模式
如题,论坛启用Rewrite功能后,传到SS7上的内容连接及板块连接点击后都是连接到论坛首页上,而不能准确连接到论坛内容ID的指定内容或板块页面!
chinadefa 发表于 2009-2-15 13:46:16 | 显示全部楼层
规则有误吧
回复

使用道具 举报

 楼主| garyliming 发表于 2009-2-15 15:58:51 | 显示全部楼层
规则就是官方下载的规则啊!
回复

使用道具 举报

紫琼 发表于 2009-2-16 14:34:54 | 显示全部楼层
仔细检查你的 rewrite 规则吧,默认的不会有这个问题,而且 ss7 读取 dz 帖子是直接从 dz 数据库里读取的,调用的是动态地址,不是 rewrite 过的地址。
回复

使用道具 举报

 楼主| garyliming 发表于 2009-2-16 20:39:12 | 显示全部楼层
  1. # SupeSite规则

  2. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  3. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  4. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  5. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  6. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]

  7. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  8. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  9. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  10. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  11. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]

  12. # BBS论坛规则

  13. # Protect httpd.ini and httpd.parse.errors files
  14. # from accessing through HTTP
  15. RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
  16. RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
  17. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
  18. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
  19. RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3
复制代码
麻烦帮忙看下规则又问题吗?谢谢!
回复

使用道具 举报

紫琼 发表于 2009-2-17 10:45:04 | 显示全部楼层
http://www.supesite.com/download/SupeSite_Xspace_help.zip

其中包括:这里有标准教程,你自己对比吧,注意选择正确的类型,比如服务器类型,虚拟主机还是独立主机。

        1. Rewrite设置方法
        2. 播客安装教程
        3. 采集器使用帮助
        4. 二级域名配置
        5. 个人空间使用帮助
        6. 广告功能说明
        7. 模块调用说明
        8. 模型操作手册
        9. 数据字典4.0
        10.与论坛整合使用说明
        11.专题使用帮助
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 02:31 , Processed in 0.064681 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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