价值288元微信公众账号大全_2.0.0完整版
下载地址:https://tuyuanma.com/news-1730-1-1
伪静态规则如下:
httpd.ini
- RewriteRule ^(.*)/wxdq(\?(.*))*$ $1/plugin.php\?id=addon_weixin_show
复制代码 httpd.conf
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteRule ^(.*)/wxdq\?*(.*)$ $1/plugin.php?id=addon_weixin_show
复制代码 .htAccess
- RewriteCond %{QUERY_STRING} ^(.*)$
- RewriteRule ^wxdq$ plugin.php?id=addon_weixin_show
复制代码 Nginx.txt
- rewrite ^([^\.]*)/wenda$ $1/plugin.php?id=<span style="line-height: 1.5;">addon_weixin_show</span>
复制代码 web.Config
- <rule name="ljww360:wenwen_home">
- <match url="^(.*/)*wxdq\?*(.*)[ Discuz_CODE_3 ]quot; />
- <action type="Rewrite" url="{R:1}/plugin.php\?id=addon_weixin_show&{R:2}" />
- </rule>
复制代码 添加好伪静态规则后,在域名后面添加:/wxdq即可访问。
|