在Laravel开发中,下面的伪静态可以隐藏index.php

location / {
    try_files $uri $uri/ /index.php?$query_string;
 }

相关文章:

  • 2021-05-06
  • 2021-06-24
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-06-24
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案