添加站点:

mark

站点设置:

mark

设置运行目录:

mark

设置伪静态规则:

mark

填写规则如下(也可以点击左上角的下拉框选thinkphp):

location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
测试:

mark

其他检测项:
  • thinkPHP 版本 > 5
  • PHP 版本 5.4
  • ThinkPHP route.php 规则是否添加
  • ThinkPHP config.php 设置是否为'url_route_on' => true
  • ThinkPHP 文件夹与文件命名大小写问题