首先你的空间支持静态化
老班长休闲吧:http://www.oldbz.com AD一下
后台设置----基本设置-搜索引擎优化(看图)
1.JPG (67.6 KB)
2007-8-15 21:46
引用: # 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /discuz 为你的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
RewriteBase /
# Rewrite 系统规则请勿修改
RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.php?$1
RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
RewriteRule ^profile-(username|uid)-(.+)\.html$ viewpro.php?$1=$2
RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2
RewriteRule ^tag-(.+)\.html$ tag.php?name=$1
RewriteRule ^index\.html index.php
ErrorDocument 400 /bbs/index.php
ErrorDocument 401 /bbs/index.php
ErrorDocument 403 /bbs/index.php
ErrorDocument 404 /bbs/index.php
ErrorDocument 500 /bbs/index.php
TAG标签打不开的就缺少了红色部分
[ 本帖最后由 kisslbz 于 2007-8-15 21:49 编辑 ]
附件 .htaccess.rar (500 Bytes) 2007-8-15 21:46, 下载次数: 311 |