api
宝塔 配置文件不动
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
tp6 前后端分离搭建基础
最新推荐文章于 2025-04-23 17:48:22 发布
api
宝塔 配置文件不动
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}