上传至空间,访问域名/install 进行安装即可
该程序apache或IIS环境最佳,nginx需要设置tp伪静态:
nginx需要设置tp伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
原文链接:https://www.chouziyuan.com/13267.html,转载请注明出处。
上传至空间,访问域名/install 进行安装即可
该程序apache或IIS环境最佳,nginx需要设置tp伪静态:
nginx需要设置tp伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
原文链接:https://www.chouziyuan.com/13267.html,转载请注明出处。
评论0