二开微信表情包小程序去授权版+网站后端视频教程在源码里面下载源码解压后即可观看视频教程
伪静态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













暂无评论内容