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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 抱点点希望的求助--品牌空间伪静态问题

[复制链接]
blank99 发表于 2012-3-11 12:28:06 | 显示全部楼层 |阅读模式
brand装在dsz的根目录下

DSZ开启了伪静态,已经成功

现在要把品牌空间也开伪静态,,我这样写的

  1. <P># 将 RewriteEngine 模式打开
  2. RewriteEngine On
  3. # 修改以下语句中的 /brand 为你的品牌空间目录相对地址,如果程序放在根目录中,请将 /brand 修改为 /
  4. RewriteBase /brand
  5. # Rewrite 系统规则请勿修改
  6. RewriteRule ^store-([0-9]+)\.html$ store.php?id=$1 [L,NC]
  7. RewriteRule ^store-([0-9]+)-([a-z]+)\.html$ store.php?id=$1&action=$2 [L,NC]
  8. RewriteRule ^store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ store.php?id=$1&action=$2&xid=$3 [L,NC]
  9. RewriteRule ^store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ store.php?id=$1&action=$2&catid=$3 [L,NC]
  10. RewriteRule ^street-([0-9]+)\.html$ street.php?catid=$1 [L,NC]
  11. RewriteRule ^street-([0-9]+)-([0-9]+)\.html$ street.php?catid=$1&tagid=$2 [L,NC]



  12. # 将 RewriteEngine 模式打开
  13. RewriteEngine On</P>
  14. <P># 修改以下语句中的 /discuz 为你的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
  15. RewriteBase /
  16. # Rewrite 系统规则请勿修改
  17. RewriteCond %{QUERY_STRING} ^(.*)$
  18. RewriteRule ^zt-(.+)\.html$ portal.php?mod=topic&topic=$1&%1
  19. RewriteCond %{QUERY_STRING} ^(.*)$
  20. RewriteRule ^news-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
  21. RewriteCond %{QUERY_STRING} ^(.*)$
  22. RewriteRule ^forum-(\w+)_([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
  23. RewriteCond %{QUERY_STRING} ^(.*)$
  24. RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
  25. RewriteCond %{QUERY_STRING} ^(.*)$
  26. RewriteRule ^group-([0-9]+)_([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
  27. RewriteCond %{QUERY_STRING} ^(.*)$
  28. RewriteRule ^home-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
  29. RewriteCond %{QUERY_STRING} ^(.*)$
  30. RewriteRule ^home-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
  31. RewriteCond %{QUERY_STRING} ^(.*)$
  32. RewriteRule ^archiver/(fid|tid)_([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1</P>
  33. <P> </P>
  34. <P> </P>
复制代码
文件放在dsz根目录,没成功!求指点!
bb567 发表于 2012-3-11 12:48:46 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

symrzx 发表于 2012-3-11 14:34:18 | 显示全部楼层
来看看了顶一下
回复

使用道具 举报

 楼主| blank99 发表于 2012-3-12 14:02:47 | 显示全部楼层
一点希望没有!
回复

使用道具 举报

liqu12511 发表于 2012-3-12 15:31:25 | 显示全部楼层
不错 学习一下
回复

使用道具 举报

不做SEO好多年 发表于 2012-3-12 21:55:42 | 显示全部楼层
学习中哦
回复

使用道具 举报

努力加油学 发表于 2012-4-24 13:52:07 | 显示全部楼层
我也不会啊,求解答
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 16:37 , Processed in 0.027992 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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