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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

首页静态化 for discuz6

[复制链接]
zhujinyan 发表于 2008-1-8 12:58:38 | 显示全部楼层 |阅读模式
插件发布
插件名称: 首页静态化 for discuz6
插件来源:
适用版本: Discuz! 6.1
语言编码: GBK简体 
最后更新时间:
插件作者: 无情(原5.5作者魔焰男孩)
插件简介: 本插件根据魔焰男孩的5.5首页静态化转化过来的,感谢魔焰男孩。
演示地址:http://bbs.qqwind.net/index.html

安装方法:
请确保您的主机支持 Rewrite 并且之前已经成功开启了 URL 静态化 (请阅: https://discuz.dismall.com/usersguide/advanced_urlrewrite.htm), 以及论坛目录下没有 index.html 这个文件.

1.修改服务器配置文件:

独立主机用户:
打开 Apache 所在目录里的 conf/httpd.conf,添加:
RewriteRule ^(.*)/index\.html$ $1/index.php
RewriteRule ^(.*)/index-([0-9]+)\.html$ $1/index.php?gid=$2


Apache Web Server (虚拟主机用户):
打开 .htaccess 文件,添加:
RewriteRule ^index\.html$ index.php
RewriteRule ^index-([0-9]+)\.html$ index.php?gid=$1


IIS Web Server(独立主机用户):
打开筛选器 Rewrite, 配置它的 httpd.ini 文件,添加:
RewriteRule ^(.*)/index\.html\?*(.*)$ $1/index\.php\?$2
RewriteRule ^(.*)/index-([0-9]+)\.html\?*(.*)$ $1/index\.php\?gid=$2&$3


2.打开 include/global.func.php 文件, 查找:
  1. if($rewritestatus & 1)
复制代码
上面添加:
  1.                         $indexhtml = 1; //1开启首页静态化,0关闭首页静态化
  2.                         $gidhtml = 1; //1开启首页静态化,0关闭首页静态化
  3.                         if($indexhtml == 1) {
  4.                                 $searcharray[] = "/\<a href\="index\.php"([^\>]*)\>/e";
  5.                                 $replacearray[] = "rewrite_index('\\1')";
  6.                         }
  7.                         if($gidhtml == 1) {
  8.                                 $searcharray[] = "/\<a href\="index\.php\?gid\=(\d+)"([^\>]*)\>/e";
  9.                                 $replacearray[] = "rewrite_index('\\2', '\\1')";
  10.                         }
复制代码
再找:
  1. function rewrite_thread($tid, $page = 0, $prevpage = 0, $extra = '')
复制代码
上面添加:
  1. function rewrite_index($extra = '', $gid = 0) {
  2.         return '<a href="index'.($gid ? '-'.$gid : '').'.html"'.stripslashes($extra).'>';
  3. }
复制代码
保存文件,上传覆盖.

最后关键一步:


男孩的一贯作风。。。

[ 本帖最后由 zhujinyan 于 2008-1-19 11:33 编辑 ]
songsong20 发表于 2008-1-8 12:59:28 | 显示全部楼层
支持下   顶了
回复

使用道具 举报

adminadam 发表于 2008-1-8 13:01:08 | 显示全部楼层
先顶再说。。支持LZ```````````
回复

使用道具 举报

 楼主| zhujinyan 发表于 2008-1-8 13:15:51 | 显示全部楼层
回复

使用道具 举报

totoromehk 发表于 2008-1-8 13:38:29 | 显示全部楼层
回复

使用道具 举报

chinalrg 发表于 2008-1-8 13:45:20 | 显示全部楼层
:) 顶 .
回复

使用道具 举报

Cos炎黄た病毒 发表于 2008-1-8 15:11:19 | 显示全部楼层
不管怎么说支持楼主
回复

使用道具 举报

Mr.W 发表于 2008-1-8 15:33:55 | 显示全部楼层
顶一个
回复

使用道具 举报

piyr11 发表于 2008-1-8 16:28:41 | 显示全部楼层
看看也好 頂上:)
回复

使用道具 举报

无心为道 发表于 2008-1-8 18:22:05 | 显示全部楼层
这样做 感觉效果不大啊
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-6-20 23:00 , Processed in 0.113583 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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