当前位置:网站首页>There is 404 in the laravel visit, except the home page is redirected; Index php

There is 404 in the laravel visit, except the home page is redirected; Index php

2022-06-25 04:49:00 Oglie's magic slippers~

laravel The visit appears 404, All but the home page are redirected ; Access required index.php

Problem specification :laravel The project is completed , In addition to the home page , Other routes are redirected to 404; But before the visit, add index.php/??? Access to ;
Environmental Science :wnmp Use phpstudy Tools
terms of settlement
In the corresponding site nginx In profile , Add the following code ( If any location / Configuration block , Only add... Under configuration try_files Line configuration code )

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

* Hope tomorrow will be better *~

原网站

版权声明
本文为[Oglie's magic slippers~]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202210533330912.html