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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

关于论坛 Archiver的Rewrite规则与SupeSite冲突的解决方法

[复制链接]
andy888 发表于 2007-4-18 09:50:11 | 显示全部楼层 |阅读模式
找到论坛的Rewrite规则做如下修改:
Apache Web Server(独立主机用户)
  1. RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)$ $1/archiver/index.php?$2
复制代码

修改为:
  1. RewriteRule ^(.*)/archiver/((fid|tid)-[0-9]+\.html)$ $1/archiver/index.php?$2
复制代码

Apache Web Server(虚拟主机用户)
  1. RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.php?$1
复制代码

修改为:
  1. RewriteRule ^archiver/((fid|tid)-[0-9]+\.html)$ archiver/index.php?$1
复制代码

IIS Web Server(独立主机用户)
  1. RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$3
复制代码

修改为:
  1. RewriteRule ^(.*)/archiver/((fid|tid)-[0-9]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4
复制代码

Zeus Web Server
  1. match URL into $ with ^(.*)/archiver/([a-z0-9\-]+\.html)$
  2.         if matched then
  3.                 set URL = $1/archiver/index.php?$2
  4.         endif
复制代码

修改为:
  1. match URL into $ with ^(.*)/archiver/((fid|tid)-[0-9]+\.html)?*(.*)$
  2.         if matched then
  3.                 set URL = $1/archiver/index.php?$2&$4
  4.         endif
复制代码

评分

2

查看全部评分

heyond 发表于 2007-4-18 09:53:14 | 显示全部楼层
回复

使用道具 举报

骄阳歲月 发表于 2007-4-18 10:00:50 | 显示全部楼层
顶!!!!!!!!!
回复

使用道具 举报

kooker 发表于 2007-4-18 10:10:54 | 显示全部楼层
顶!!!!!!!!!
回复

使用道具 举报

zhurry 发表于 2007-4-18 10:15:05 | 显示全部楼层
不行!老样子
回复

使用道具 举报

kybdragon 发表于 2007-4-18 10:46:25 | 显示全部楼层
谢谢了  修改完毕 解决了 SS 站点存档无法打开的问题。

希望有同样问题的朋友 跟随LZ的指引

展示  http://x.kang8.cn
回复

使用道具 举报

wjmwaq 发表于 2007-4-18 10:46:59 | 显示全部楼层
顶下、。。。。。。。。。
回复

使用道具 举报

seoul2u 发表于 2007-4-18 13:42:23 | 显示全部楼层
ok~现在不冲突了~
回复

使用道具 举报

asu530 发表于 2007-4-18 13:43:09 | 显示全部楼层
最新的规则已经解决这个问题
回复

使用道具 举报

hohu 发表于 2007-4-18 13:44:22 | 显示全部楼层
弱弱的问一句...Rewrite 这个规则在哪里?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 01:36 , Processed in 0.055633 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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