码迷,mamicode.com
首页 > Web开发 > 详细

tp5在apache下能访问,但放到nginx下报404

时间:2018-10-07 15:35:05      阅读:729      评论:0      收藏:0      [点我收藏+]

标签:request   bsp   .com   分享图片   image   col   html   dex   index.php   

index  index.php index.html index.htm;
            if ( -f $request_filename) {
                break;
            }
            if ( !-e $request_filename) {
                rewrite ^(.*)$ /index.php/$1 last;
                break;
            }

技术分享图片

 

tp5在apache下能访问,但放到nginx下报404

标签:request   bsp   .com   分享图片   image   col   html   dex   index.php   

原文地址:https://www.cnblogs.com/xiaobiaomei/p/9750128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!