lnmp环境下 tp3.2 not found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lnmp环境下 tp3.2 not found相关的知识,希望对你有一定的参考价值。

 

 

最近将一个lamp环境下使用tp3.2 开发的项目迁移到本地了,

但是在打开项目的时候,提示 not found,经过多方面查找发现是伪静态问题,解决方法如下:

nginx 域名配置文件我这里是【vhost.conf】里添加

location / {
        root   /www/58coin/pc/;
        index  index.html index.htm index.php ;

        #ThinkPHP REWRITE支持
        if (!-e  $request_filename) {
            rewrite ^/(.*)$ /index.php?s=$1 last;
        }
}

重启nginx,搞定

参考资料

https://blog.csdn.net/u010295544/article/details/78403544

https://yq.aliyun.com/ziliao/46421

 

以上是关于lnmp环境下 tp3.2 not found的主要内容,如果未能解决你的问题,请参考以下文章

vuejs Newline required at end of file but not foun

DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN

DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN

springboot整合mybatis 异常 org.apache.ibatis.binding.BindingException: Invalid bound statement (not foun

mysql远程连接 Host * is not allowed to connect to this MySQL server(第一次配置好lnmp环境)

YUM安装LNMP环境