thinkphp下nginx重写index.php

 

在配置文件上加上这一句,简单粗暴。兼容rewrite模式

location / {
  try_files $uri $uri/ /index.php?s=$uri&$args;
}

 

posted @ 2019-05-09 15:11  全帅  阅读(1296)  评论(0编辑  收藏  举报