# Check if a file exists, or route it to index.php.
try_files $uri $uri/ /exploit/index.php?$query_string;
if (!-e $request_filename) {
    rewrite  ^(.*)$  /index.php?s=$1  last;
    break;
}

 

相关文章:

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