创意电子 管理员
  • 最佳新人

    注册账号后积极发帖的会员
  • 活跃会员

    经常参与各类话题的讨论,发帖内容较有主见
  • 1419发帖数
  • 1327主题数
  • 2关注数
  • 16粉丝
开启左侧

专题聚合 付费版 2.3

[复制链接]
 楼主| 创意电子 发表于 2022-7-19 16:59:40 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
专题聚合
  • 是否开源:是
  • 插件分类:其他
  • 用户评分:
  • 语言编码:多语言编码 
  • 更新时间:2021-03-31
  • 兼容版本:X3.2 X3.3 X3.4 
插件详情
资源名称:xlwsq_zt.zip 专题聚合
下载次数:1  文件大小:141.54 KB  售价:6 创意币 记录
购买VIP 充值创意币 运营教程 免费赚创意币 
安全检测,请放心下载



不知道服务器怎么配置开启静态,请自行百度或咨询空间商客服。
添加规则后没生效,请尝试重启服务器,重启服务器,重启服务器。
=====================Apache Web Server规则=====================(分割线不需要复制)

  1. RewriteCond %{QUERY_STRING} ^(.*)$
  2. RewriteRule ^special\.html$ plugin.php?id=xlwsq_zt
  3. RewriteCond %{QUERY_STRING} ^(.*)$
  4. RewriteRule ^special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ plugin.php?id=xlwsq_zt:xlwsq_zt&a=$1&b=$2&m=$3&n=$4
  5. RewriteCond %{QUERY_STRING} ^(.*)$
  6. RewriteRule ^special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ plugin.php?id=xlwsq_zt:xlwsq_zt&a=$1&b=$2&m=$3&n=$4&page=$5
  7. RewriteCond %{QUERY_STRING} ^(.*)$
  8. RewriteRule ^special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_tj\.html$ plugin.php?id=xlwsq_zt&a=$1&b=$2&m=$3&n=$4&tj=t
  9. RewriteCond %{QUERY_STRING} ^(.*)$
  10. RewriteRule ^special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_top\.html$ plugin.php?id=xlwsq_zt&a=$1&b=$2&m=$3&n=$4&top=top
  11. RewriteCond %{QUERY_STRING} ^(.*)$
  12. RewriteRule ^special_([0-9]+)\.html$ plugin.php?id=xlwsq_zt&mod=view&sid=$1
  13. RewriteCond %{QUERY_STRING} ^(.*)$
  14. RewriteRule ^special_user\.html$ plugin.php?id=xlwsq_zt:xlwsq_zt_user
  15. RewriteCond %{QUERY_STRING} ^(.*)$
  16. RewriteRule ^special_user_add\.html$ plugin.php?id=xlwsq_zt:xlwsq_zt_user&p=add
  17. RewriteCond %{QUERY_STRING} ^(.*)$
  18. RewriteRule ^special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_rq\.html$ plugin.php?id=xlwsq_zt&a=$1&b=$2&m=$3&n=$4&rq=rq
复制代码
  1. RewriteRule ^(.*)/special\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt
  2. RewriteRule ^(.*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5
  3. RewriteRule ^(.*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_tj\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&tj=t
  4. RewriteRule ^(.*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_top\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&top=top
  5. RewriteRule ^(.*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&page=$6
  6. RewriteRule ^(.*)/special_([0-9]+)\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt&mod=view&sid=$2
  7. RewriteRule ^(.*)/special_user\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt_user
  8. RewriteRule ^(.*)/special_user_add\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt_user&p=add
  9. RewriteRule ^(.*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_rq\.html\?*(.*)$ $1/plugin\.php\?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&rq=rq
复制代码
  1. <rule name="special1">
  2. <match url="^(.*/)*special.html\?*(.*)$" />
  3. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt" />
  4. </rule>
  5. <rule name="special2">
  6. <match url="^(.*/)*special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+).html\?*(.*)$" />
  7. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt&a={R:2}&b={R:3}&m={R:4}&n={R:5}" />
  8. </rule>
  9. <rule name="special3">
  10. <match url="^(.*/)*special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_tj.html\?*(.*)$" />
  11. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt&a={R:2}&b={R:3}&m={R:4}&n={R:5}&tj=t" />
  12. </rule>
  13. <rule name="special4">
  14. <match url="^(.*/)*special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_top.html\?*(.*)$" />
  15. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt&a={R:2}&b={R:3}&m={R:4}&n={R:5}&top=top" />
  16. </rule>
  17. <rule name="special5">
  18. <match url="^(.*/)*special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+).html\?*(.*)$" />
  19. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt&a={R:2}&b={R:3}&m={R:4}&n={R:5}&page={R:6}" />
  20. </rule>
  21. <rule name="special6">
  22. <match url="^(.*/)*special_([0-9]+).html\?*(.*)$" />
  23. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt&mod=view&sid={R:2}" />
  24. </rule>
  25. <rule name="special7">
  26. <match url="^(.*/)*special_user.html\?*(.*)$" />
  27. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt_user" />
  28. </rule>
  29. <rule name="special8">
  30. <match url="^(.*/)*special_user_add.html\?*(.*)$" />
  31. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt_user&p=add" />
  32. </rule>
  33. <rule name="special9">
  34. <match url="^(.*/)*special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_rq.html\?*(.*)$" />
  35. <action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_zt:xlwsq_zt&a={R:2}&b={R:3}&m={R:4}&n={R:5}&rq=rq" />
  36. </rule>
复制代码
  1. rewrite ^([^\.]*)/special.html$ $1/plugin.php?id=xlwsq_zt last;
  2. rewrite ^([^\.]*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5 last;
  3. rewrite ^([^\.]*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_tj\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&tj=t last;
  4. rewrite ^([^\.]*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_top\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&top=top last;
  5. rewrite ^([^\.]*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&page=$6 last;
  6. rewrite ^([^\.]*)/special_([0-9]+)\.html$ $1/plugin.php?id=xlwsq_zt&mod=view&sid=$2 last;
  7. rewrite ^([^\.]*)/special_user\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt_user last;
  8. rewrite ^([^\.]*)/special_user_add\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt_user&p=add last;
  9. rewrite ^([^\.]*)/special_list_([0-9]+)_([0-9]+)_([0-9]+)_([0-9]+)_rq\.html$ $1/plugin.php?id=xlwsq_zt:xlwsq_zt&a=$2&b=$3&m=$4&n=$5&rq=rq last;
复制代码




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

本版积分规则

猜你喜欢
在线客服邮箱
wxcy#wkgb.net

邮箱地址#换为@

Powered by 创意电子 ©2018-现在 专注资源实战分享源码下载站联盟商城