二开微信表情包小程序去授权版+网站后端【站长亲测】
源码简介
视频教程在源码里面
下载源码解压后即可观看视频教程
伪静态
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;
}
本站转载仅出于为网民提供信息参考之用,如有侵权 请提供权属证明 通知本站删除侵权链接。
源码仅供学习研究之用,请勿商用或者其他违法用途,产生其他后果与本站无关,
源码交流 » 二开微信表情包小程序去授权版+网站后端【站长亲测】
源码交流 » 二开微信表情包小程序去授权版+网站后端【站长亲测】