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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 文章不能打开伪静态,跪求大婶帮忙看看

[复制链接]
ourushi 发表于 2016-10-26 17:02:40 | 显示全部楼层 |阅读模式
这是伪静态规则
  1. # 将 RewriteEngine 模式打开
  2. RewriteEngine On

  3. # 修改以下语句中的 /discuz 为您的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
  4. RewriteBase /

  5. # Rewrite 系统规则请勿修改
  6. RewriteCond %{QUERY_STRING} ^(.*)$
  7. RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
  8. RewriteCond %{QUERY_STRING} ^(.*)$
  9. RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
  10. RewriteCond %{QUERY_STRING} ^(.*)$
  11. RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
  12. RewriteCond %{QUERY_STRING} ^(.*)$
  13. RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
  14. RewriteCond %{QUERY_STRING} ^(.*)$
  15. RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
  16. RewriteCond %{QUERY_STRING} ^(.*)$
  17. RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1
  18. RewriteCond %{QUERY_STRING} ^(.*)$
  19. RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$1:$2&%1
  20. # Rewrite 亮剑品牌商家
  21. #首页
  22. RewriteCond %{QUERY_STRING} ^(.*)$
  23. RewriteRule ^brand_index\.html$  plugin.php?id=aljbd&%1
  24. #商家首页
  25. RewriteCond %{QUERY_STRING} ^(.*)$
  26. RewriteRule ^brand\.html$  plugin.php?id=aljbd&act=dianpu&%1
  27. #商品首页
  28. RewriteCond %{QUERY_STRING} ^(.*)$
  29. RewriteRule ^goods\.html$  plugin.php?id=aljbd&act=goods&%1
  30. #商情首页
  31. RewriteCond %{QUERY_STRING} ^(.*)$
  32. RewriteRule ^notice\.html$  plugin.php?id=aljbd&act=nlist&%1
  33. #优惠券首页
  34. RewriteCond %{QUERY_STRING} ^(.*)$
  35. RewriteRule ^consume\.html$  plugin.php?id=aljbd&act=clist&%1
  36. #地图首页
  37. RewriteCond %{QUERY_STRING} ^(.*)$
  38. RewriteRule ^map\.html$  plugin.php?id=aljbd:so&%1
  39. #列表页
  40. RewriteCond %{QUERY_STRING} ^(.*)$
  41. RewriteRule ^brand_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([a-z0-9]+)_([a-z0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=dianpu&type=$1&subtype=$2®ion=$3&subregion=$4&order=$5&view=$6®ion1=$7&%1
  42. #商品列表页
  43. RewriteCond %{QUERY_STRING} ^(.*)$
  44. RewriteRule ^goods_([0-9]+)_([0-9]+)_([a-z0-9]+)_([a-z0-9]+)\.html$  plugin.php?id=aljbd&act=goods&type=$1&subtype=$2&order=$3&view=$4&%1
  45. #商情列表页
  46. RewriteCond %{QUERY_STRING} ^(.*)$
  47. RewriteRule ^notice_([0-9]+)_([0-9]+)_([a-z0-9]+)\.html$  plugin.php?id=aljbd&act=nlist&type=$1&subtype=$2&order=$3&%1
  48. #优惠券列表页
  49. RewriteCond %{QUERY_STRING} ^(.*)$
  50. RewriteRule ^consume_([0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=clist&type=$1&subtype=$2&%1
  51. #店铺展示页
  52. RewriteCond %{QUERY_STRING} ^(.*)$
  53. RewriteRule ^brand_shop_([0-9]+)\.html$  plugin.php?id=aljbd&act=view&bid=$1&%1
  54. #商品列表页
  55. RewriteCond %{QUERY_STRING} ^(.*)$
  56. RewriteRule ^brand_good_([0-9]+)\.html$  plugin.php?id=aljbd&act=good&bid=$1&%1
  57. #商品展示页
  58. RewriteCond %{QUERY_STRING} ^(.*)$
  59. RewriteRule ^brand_good_([0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=goodview&bid=$1&gid=$2&%1
  60. #商情列表页
  61. RewriteCond %{QUERY_STRING} ^(.*)$
  62. RewriteRule ^brand_notice_([0-9]+)\.html$  plugin.php?id=aljbd&act=notice&bid=$1&%1
  63. #商情展示页
  64. RewriteCond %{QUERY_STRING} ^(.*)$
  65. RewriteRule ^brand_notice_([0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=noticeview&bid=$1&nid=$2&%1
  66. #相册列表页
  67. RewriteCond %{QUERY_STRING} ^(.*)$
  68. RewriteRule ^brand_album_([0-9]+)\.html$  plugin.php?id=aljbd&act=album&bid=$1&%1
  69. #相册展示页
  70. RewriteCond %{QUERY_STRING} ^(.*)$
  71. RewriteRule ^brand_album_([0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=albumview&bid=$1&aid=$2&%1
  72. #内优惠券列表页
  73. RewriteCond %{QUERY_STRING} ^(.*)$
  74. RewriteRule ^brand_consume_([0-9]+)\.html$  plugin.php?id=aljbd&act=consume&bid=$1&%1
  75. #优惠券展示页
  76. RewriteCond %{QUERY_STRING} ^(.*)$
  77. RewriteRule ^brand_consume_([0-9]+)_([0-9]+)\.html$  plugin.php?id=aljbd&act=consumeview&bid=$1&cid=$2&%1
  78. #首页
  79. RewriteCond %{QUERY_STRING} ^(.*)$
  80. RewriteRule ^114\.html$  plugin.php?id=alj114&%1
  81. #检索伪静态
  82. RewriteCond %{QUERY_STRING} ^(.*)$
  83. RewriteRule ^114_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$  plugin.php?id=alj114&typeid=$1&subtypeid=$2®ion=$3®ion1=$4®ion2=$5&%1


  84. RewriteCond %{QUERY_STRING} ^(.*)$
  85. RewriteRule ^ad\.html$ plugin.php?id=xlwsq_wallad
  86. RewriteCond %{QUERY_STRING} ^(.*)$
  87. RewriteRule ^ad_list_([0-9]+)_([0-9]+)\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2
  88. RewriteCond %{QUERY_STRING} ^(.*)$
  89. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4
  90. RewriteCond %{QUERY_STRING} ^(.*)$
  91. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4&page=$5
  92. RewriteCond %{QUERY_STRING} ^(.*)$
  93. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_tj\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4&tj=t
  94. RewriteCond %{QUERY_STRING} ^(.*)$
  95. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_rq\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4&rq=rq
  96. RewriteCond %{QUERY_STRING} ^(.*)$
  97. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_jdq\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4&jdq=jdq
  98. RewriteCond %{QUERY_STRING} ^(.*)$
  99. RewriteRule ^ad_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_jg\.html$ plugin.php?id=xlwsq_wallad&a=$1&b=$2&bc=$3&sc=$4&jg=jg
  100. RewriteCond %{QUERY_STRING} ^(.*)$
  101. RewriteRule ^ad_([0-9]+)\.html$ plugin.php?id=xlwsq_wallad&mod=view&sid=$1
  102. RewriteCond %{QUERY_STRING} ^(.*)$
  103. RewriteRule ^ad_user\.html$ plugin.php?id=xlwsq_wallad:xlwsq_wallad_user
  104. RewriteCond %{QUERY_STRING} ^(.*)$
  105. RewriteRule ^ad_user_add\.html$ plugin.php?id=xlwsq_wallad:xlwsq_wallad_user&p=add
  106. RewriteCond %{QUERY_STRING} ^(.*)$
  107. RewriteRule ^ad_user_favorites\.html$ plugin.php?id=xlwsq_wallad:xlwsq_wallad_user&p=favorites
  108. RewriteCond %{QUERY_STRING} ^(.*)$
  109. RewriteRule ^ad_user_xfjl\.html$ plugin.php?id=xlwsq_wallad:xlwsq_wallad_user&p=xfjl
复制代码
后台设置:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| ourushi 发表于 2016-10-26 17:08:47 | 显示全部楼层
门户专题页,门户文章页   打勾会出现提示  插件不存在或以关闭
回复

使用道具 举报

 楼主| ourushi 发表于 2016-10-26 21:36:43 | 显示全部楼层
:'(:'(:'(:'(
回复

使用道具 举报

crx349 发表于 2016-10-26 21:52:00 | 显示全部楼层
你文章页 伪静态没打勾哦
回复

使用道具 举报

 楼主| ourushi 发表于 2016-10-27 21:22:55 | 显示全部楼层
crx349 发表于 2016-10-26 21:52
你文章页 伪静态没打勾哦

是啊   第二楼说了   打勾会出现   插件不存在或已关闭  的提示
回复

使用道具 举报

crx349 发表于 2016-10-27 22:33:00 | 显示全部楼层
ourushi 发表于 2016-10-27 21:22
是啊   第二楼说了   打勾会出现   插件不存在或已关闭  的提示

伪静态规则冲突哦 检查下
回复

使用道具 举报

 楼主| ourushi 发表于 2016-10-28 14:51:47 | 显示全部楼层
crx349 发表于 2016-10-27 22:33
伪静态规则冲突哦 检查下

怎么检查呢? 小白不会啊有介绍吗?或者能不能帮帮我
回复

使用道具 举报

 楼主| ourushi 发表于 2016-10-31 17:59:02 | 显示全部楼层
谁帮忙看看啊?   都说伪静态冲突了   可是小白不懂啊   谁给看看
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 21:06 , Processed in 0.022782 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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