太赞了,安装就能使用,没有常见问题。
伪静态规则,放在其它规则的上面:
# IIS/APACHE Web Server 1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(.*)/mip(.*?)$ $1/plugin.php?id=onexin_mip&rewrite=$2&%1
# IIS/APACHE Web Server 2
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^mip(.*?)$ plugin.php?id=onexin_mip&rewrite=$1&%1
# Nginx Web Server
rewrite ^([^\.]*)/mip(.*?)$ $1/plugin.php?id=onexin_mip&rewrite=$2 last;
# IIS 7.x及以上 Web Server(独立主机用户)
<rule name="onexin_mip">
<match url="^(.*/)*mip(.*?)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=onexin_mip&rewrite={R:2}" />
</rule>
# Zeus Web Server
match URL into $ with ^(.*)/mip(.*?)\?*(.*)$
if matched then
set URL = $1/plugin.php?id=onexin_mip&rewrite=$2&$3
endif
历史资源提醒--必看
该页面资源/教程来自原魔趣吧历史资源转移,因发布历史久远,部分资源/教程可能已失效或无法在最新版程序中安装使用!DZ资源建议在Discuz3.4及以下版本使用,PHP版本建议5.6。资源仅提供做代码研究学习使用!
因改版,部分贴内链接将无法正常跳转,如链接失效或未正常跳转,请利用站内搜索功能搜索资源名称获取对应资源!