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

nginx 重写去掉index.php

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-10-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-07-10
  • 2021-11-01
相关资源
相似解决方案