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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-11
猜你喜欢
  • 2021-05-06
  • 2021-07-07
  • 2021-12-21
  • 2021-07-05
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案