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

 找回密码
 立即注册
搜索

[已答复] rewrite后论坛聚合页不能显示

[复制链接]
zhoucunjie 发表于 2009-9-17 22:27:10 | 显示全部楼层 |阅读模式
action-bbs.html的论坛聚合页只能显示论坛文章标题,但点击viewthread-6166.htm这类l的页面提示无法显示网页。
之前都好好的没做过改动。
资讯之类的伪静态的页面都很正常啊。就论坛聚合这里不行。

httpd.ini代码
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP
  7. RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
  8.         RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
  9.         RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
  10.         RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
  11.         RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3


  12. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  13. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  14. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  15. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  16. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]

  17. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  18. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  19. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  20. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  21. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]
复制代码
回复

使用道具 举报

 楼主| zhoucunjie 发表于 2009-9-17 23:30:04 | 显示全部楼层
有人吗。。。。。。。。。。。。。。。。
回复

使用道具 举报

littlehz 发表于 2009-9-18 00:27:59 | 显示全部楼层
给个网址看看
回复

使用道具 举报

 楼主| zhoucunjie 发表于 2009-9-18 00:59:01 | 显示全部楼层
本帖最后由 zhoucunjie 于 2009-9-18 01:01 编辑

http://www.jjie.net/action-bbs.html

就论坛聚合页里的http://www.jjie.net/viewthread-6166.html 这类的论坛主题页面都打不开,http://www.jjie.net/?viewthread-6166用动态链接就很正常,
我是用站点模式的。。
伪静态用了几个月都很正常,就今天出问题了。
回复

使用道具 举报

lidq.jingwu 发表于 2009-9-18 09:43:38 | 显示全部楼层
先关闭伪静态试一下,看是否是程序出了问题。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-13 17:25 , Processed in 0.105354 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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