彩纸屋开源定制少儿编程培训管理系统源码/在线培训系统源码下载/附教程
环境推荐:
php5.5+
mysql 5.6+
系统简介:
一、基于scratch3.0的少儿编程在线模式,开启在线教学获客方式,体验有温度、有人情味的系统,解决编程培训机构线上业务的需求。
二、基于scratch3.0版本开发,平台采用THINKPHP5、VUE.js相结合
设置站点的伪静态为:
location / { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s=$1; } } location ~* ^\/upload\/.+\.(html|php)$ { return 404; } location ~* ^\/plugins\/.+\.(html|php)$ { return 404; } location ~* ^\/themes\/.+\.(html|php)$ { return 404; } location ~* ^\/static\/.+\.(php)$ { return 404; } location ~ \.php { include fastcgi_params; set $path_info ""; set $real_script_name $fastcgi_script_name; if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$") { set $real_script_name $1; set $path_info $2; } fastcgi_param SCRIPT_FILENAME $document_root$real_script_name; fastcgi_param SCRIPT_NAME $real_script_name; fastcgi_param PATH_INFO $path_info; fastcgi_intercept_errors on; fastcgi_pass 127.0.0.1:9000; }
原文链接:https://www.zhanghao.uk/2407.html,转载请注明出处。
Tips:本站所有程序均为互联网收集整理和网友上传。仅限于学习研究,切勿用于商业用途。请必须在24小时内删除,否则由此引发的法律纠纷及连带责任本站概不承担。
本文仅代表作者观点,不代表本站立场。如侵犯到您的合法权益,请联系我们删除侵权资源! 如您遇到资源链接失效,请联系管理员!
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。