源码名称:小优家教 1.0.6_家教网站源码下载 使用帮助:如果购买者的服务器为nginx环境,

配置伪静态

location / {

index  index.html index.htm index.php;

#autoindex  on;

if (!-e $request_filename) {

rewrite  ^(.*)$  /index.php?s=/$1  last;

break;

}

}

【亲测】小优家教 1.0.6_家教小程序+公众号源码下载插图 【亲测】小优家教 1.0.6_家教小程序+公众号源码下载插图2 【亲测】小优家教 1.0.6_家教小程序+公众号源码下载插图4