年度版GitHub:https://github.com/assimon/yearysfk
网站环境要求
- php >= 5.6
- mysql >= 5.5
- linux
nginx伪静态
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?$1 last;
break;
}
}
我的站点
默认后台地址
你的域名/ysmd
年度版GitHub:https://github.com/assimon/yearysfk
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?$1 last;
break;
}
}
你的域名/ysmd