0920二开微信表情包小程序去授权版+网站后端【站长亲测】

简介:

二开微信表情包小程序去授权版+网站后端

视频教程在源码里面

下载源码解压后即可观看视频教程

伪静态

location / {
index index.php index.html index.htm;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1;
}
}
location /api/ {
index index.php index.html index.htm;
if (!-e $request_filename)
{
rewrite ^/api/(.*)$ /api/index.php?s=$1;
}
}
location ~* \/upload\/.+\.(html|php)$ {
return 404;
}
location ~* ^\/plugins\/.+\.(html|php)$ {
return 404;
}
location ~* \/themes\/.+\.(html|php)$ {
return 404;
}

图片:

[评论可见]隐藏内容 – 管理员可见

联系公众号人工客服获取!

公众号:幻隐网络群

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享