thinkphp项目使用nginx如何配置伪静态

我要冲啦个人网站建设2025-05-28php

location / {

  if (!-e $request_filename) {

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

  }

}

文章关键词