/www/server/panel/vhost/rewrite/shop.sunluqi.xyz.conf中添加如下内容,

  location / { // …..省略部分代码
   if (!-e $request_filename) {
   rewrite  ^(.*)$  /index.php?s=/$1  last;
   break;
    }
 }

发表评论

邮箱地址不会被公开。 必填项已用*标注