laravel + Nginx 本地測試除了根目錄能夠訪問,其餘路由都是404的解決方法

參考官網文檔 https://laravel.com/docs/5.0/installation#pretty-urlsphp


在Nginx的域名配置里加上

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

便可laravel


例如:

QQ截圖20200201171740.jpg

QQ截圖20200201171847.jpg

QQ截圖20200201172035.jpg

相關文章
相關標籤/搜索