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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 【求助】home开启Rewrite后点击链接返回主站首页

[复制链接]
hooyoo 发表于 2010-5-5 10:04:24 | 显示全部楼层 |阅读模式
我的ss是主站,在网站根目录下,bbs和home在子目录,分别为home和bbs,服务器是自己的,我开启了Rewrite以后bbs都可以实现伪静态了,可以是为什么home上的链接点击就会直接返回ss的首页

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)-[0-9]+\.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 ^(.*)/index\.html\?*(.*)$ $1/index\.php\?$2
  13. RewriteRule ^(.*)/index-([0-9]+)\.html\?*(.*)$ $1/index\.php\?gid=$2&$3

  14. RewriteRule ^/home/(space|network)-(.+)\.html$ /$1\.php\?rewrite=$2 [L]
  15. RewriteRule ^/home/(space|network)\.html$ /$1\.php [L]
  16. RewriteRule ^/home/([0-9]+)$ /space\.php\?uid=$1 [L]
复制代码
 楼主| hooyoo 发表于 2010-5-5 10:04:52 | 显示全部楼层
请求高手指点!!!
回复

使用道具 举报

 楼主| hooyoo 发表于 2010-5-5 10:21:16 | 显示全部楼层
回复

使用道具 举报

 楼主| hooyoo 发表于 2010-5-5 11:45:45 | 显示全部楼层
求助,求助~~
回复

使用道具 举报

 楼主| hooyoo 发表于 2010-5-5 14:11:01 | 显示全部楼层
没有人遇到过这个问题吗
回复

使用道具 举报

jincojinco 发表于 2010-5-5 14:33:43 | 显示全部楼层
规则不正确。
回复

使用道具 举报

 楼主| hooyoo 发表于 2010-5-5 14:47:31 | 显示全部楼层
这个规则是按官方的规则写的啊,http://faq.comsenz.com/viewnews-55
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 23:48 , Processed in 0.022959 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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