nginx thinkphp 配置pathinfo

  location / {
        root  项目名称;
        index index.html index.php;
        try_files $uri $uri/ =404;
if (!-e $request_filename){
          rewrite ^(.*)$ /index.php?s=$1 last; #重点
     }
posted @ 2017-12-02 14:18  无限REIZ  阅读(146)  评论(0编辑  收藏  举报