学无先后,达者为师

网站首页 编程语言 正文

tp5 二级项目目录配置nginx伪静态

作者:.周周 更新时间: 2022-05-12 编程语言

目项目名称为thinkphp5

location /thinkphp5/ {

        if (!-e $request_filename){

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

        }

}

原文链接:https://blog.csdn.net/qq_36611673/article/details/119915175

栏目分类
最近更新