简介:

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

视频教程在源码里面

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

伪静态

code

  1. location / {
  2. index index.php index.html index.htm;
  3. if (!-e $request_filename)
  4. {
  5. rewrite ^/(.*)$ /index.php?s=$1;
  6. }
  7. }
  8. location /api/ {
  9. index index.php index.html index.htm;
  10. if (!-e $request_filename)
  11. {
  12. rewrite ^/api/(.*)$ /api/index.php?s=$1;
  13. }
  14. }
  15. location ~* \/upload\/.+\.(html|php)$ {
  16. return 404;
  17. }
  18. location ~* ^\/plugins\/.+\.(html|php)$ {
  19. return 404;
  20. }
  21. location ~* \/themes\/.+\.(html|php)$ {
  22. return 404;
  23. }

图片:

主题授权提示:请在后台主题设置-主题授权-激活主题的正版授权,授权购买:RiTheme官网

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。