技术专栏 nginx 404 not fund 配置 thinkphp6 伪静态 描述:使用phpstudy 的 apache 切换到nginx 控制器报错 404 not fund 配置如下: location / { if (!-e $request_filename){ rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^(. … Mr.Li 2021年7月21日 0 0 1.45 k