tp5 url重写后引入文件变成访问模块

浏览:2308 发布日期:2016/11/15 分类:求助交流 关键字: tp5 url重写
centos7 wdcp集成环境
nginx 1.8
php 5.6


url重写location / {
      rewrite ^/index.php(.*)$ /index.php?s=$1 last;
       rewrite ^(.*)$ /index.php?s=$1 last;
       break;
   }
最佳答案
评论( 相关
后面还有条评论,点击查看>>