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

        }



在vhost 文件夹下该网站配置文件 加上这段话 重启即可

Logo

更多推荐