标签:host 通过 文件 try ring 问题 nbsp serve files
在宝塔系统上通过一键源码配置laravel框架后,发现除了首页能够正常访问,其它的页面均返回的404,后经过比对已经网上查资料,发现是nginx的配置文件出了问题
1.找到配置文件
宝塔系统地址:/www/server/panel/vhost/nginx
2.在新建网站的.conf文件中添加以下内容
location /
{
try_files $uri $uri/ /index.php?$query_string;
}
3.重启nginx
标签:host 通过 文件 try ring 问题 nbsp serve files
原文地址:https://www.cnblogs.com/venom95/p/11115121.html