所有分类
  • 所有分类
  • 软件工具
  • 各类源码
  • 知识课程

一、系统介绍

抖音分享卡片,可跳转小程序,企业微信,个人微信,公众号等。

新增加 支付宝插件 链接直达赚钱红包,新增用户后台注册。
智慧外链

二、界面展示

智慧外链

智慧外链

智慧外链

三、Nginx伪静态

location / {
    if (!-e $request_filename) {
        rewrite ^/s/(.*)$ /s/index.php?key=$1 last;
        rewrite ^/(.*)$ /s/dwz.php?key=$1 last;
    }
}

四、安装在二级目录

location / {
  if (!-e $request_filename) {
    rewrite ^/s/(.*)$ /二级目录名/s/index.php?key=$1 last;
    rewrite ^/(.*)$ /二级目录名/s/dwz.php?key=$1 last;
  }
}

// 注意,上面的二级目录名要替换为你二级目录实际的名
// 例如你的二级目录是 huoma,那么对应的伪静态规则就是

location / {
  if (!-e $request_filename) {
    rewrite ^/s/(.*)$ /huoma/s/index.php?key=$1 last;
    rewrite ^/(.*)$ /huoma/s/dwz.php?key=$1 last;
  }
}
资源下载
下载价格80 金币
VIP折扣、终身VIP免费
原文链接:https://isaurora.com/8147.html,转载请注明出处。
0

评论0

显示验证码
没有账号?注册  忘记密码?

社交账号快速登录

                   
微信扫码自动登陆
首次扫码关注将自动注册登录