本站资源仅供研究学习,请勿商用,产生法律纠纷本站概不负责!
如果侵犯了您的权益,请与我们联系,我们会立即处理。
简介:二开微信表情包小程序去授权版+网站后端视频教程在源码里面下载源码解压后即可观看视频教程伪静态location / }location /api/ {index index.php index.htm...
应用介绍
简介:
二开微信表情包小程序去授权版+网站后端
视频教程在源码里面
下载源码解压后即可观看视频教程
伪静态
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;
}图片:




©软件著作权归作者所有。本站所有软件均来源于网络,仅供学习使用,请支持正版!
转载请注明出处: 牛牛源码 » 二开微信表情包小程序去授权版+网站后端【站长亲测】
发表评论 取消回复