当前位置:网站首页>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 *~
边栏推荐
- LabVIEW development gas regulator
- Which programming language is the most cumbersome to implement Hello world?
- 【图像融合】基于matlab方向离散余弦变换和主成分分析图像融合【含Matlab源码 1907期】
- 计算学生成绩等级(虚函数和多态)
- leetcode1221. 分割平衡字符串
- Codeforces Round #802 (Div. 2) C D
- Sleep more, you can lose weight. According to the latest research from the University of Chicago, sleeping more than 1 hour a day is equivalent to eating less than one fried chicken leg
- 我的IC之旅——资深芯片设计验证工程师成长——“胡”说IC工程师完美进阶
- 固态硬盘开盘数据恢复的方法
- In Net 6 using dotnet format formatting code
猜你喜欢
[image fusion] image fusion based on MATLAB directional discrete cosine transform and principal component analysis [including Matlab source code 1907]
Region of Halcon: generation of multiple regions (3)
固态硬盘开盘数据恢复的方法
Efficient NoSQL database service Amazon dynamodb experience sharing
What if the desktop computer is not connected to WiFi
Join() in JSZ
Upgrade PHP to php7 The impact of X (I). The problem of session retention. Keep login
Gbase 8s index b+ tree
php开发支付宝支付功能之扫码支付流程图
OLAP analysis engine kylin4.0
随机推荐
Immutable learning road -- farewell to traditional copy
Kotlin compose listens to the soft keyboard and clicks enter to submit the event
以太网是什么要怎么连接电脑
dotnet-exec 0.4.0 released
Chapter IX app project test (2) test tools
WPF uses Maui's self drawing logic
Paper notes: multi label learning ESMC (I don't understand it, but I haven't written it yet, so I'll put it here for a place temporarily)
php开发支付宝支付功能之扫码支付流程图
epplus复制模板后打印区域变小的问题
dotnet-exec 0.4.0 released
Web3 DApp用户体验最佳实践
我的IC之旅——资深芯片设计验证工程师成长——“胡”说IC工程师完美进阶
Bingbing's learning notes: implementation of circular queue
在 .NET 6 中使用 dotnet format 格式化代码
Multithreading structure of gbase 8s
cannot import name ‘escape’ from ‘jinja2’【成功解决】
Gbase 8s overall architecture
JS call() and apply()
第九章 APP项目测试(2) 测试工具
ASEMI三相整流桥的工作原理