彩纸屋开源定制少儿编程培训管理系统源码/在线培训系统源码下载/附教程

环境推荐:

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;

}

63294

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