源码介绍
使用方法
此程序基于thinkphp5.1 PHP版本需7.0-7.3之间。
Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
源码截图
© 版权声明
使用方法
此程序基于thinkphp5.1 PHP版本需7.0-7.3之间。
Nginx请设置如下伪静态 Apache无需配置 运行目录默认即可
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}