nginx.config

location / {
index index.html index.htm index.php l.php;

try_files $uri \(uri</span>/ /index.php?<span style="color: #000000;">\)query_string; #加上这行

if (!-e \(request_filename) { rewrite ^(.*)\) /index.php?s=$1 last; break; } #或者这一行

autoindex off;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-06-13
  • 2021-06-19
相关资源
相似解决方案