当前位置:网站首页>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 *~
边栏推荐
- 魔法猪系统重装大师怎么使用
- JDBC (IV)
- leetcode1221. Split balance string
- PostgreSQL database Wal - RM_ HEAP_ ID logging action
- Record of the 25th week
- ORA-00800: soft external error
- Chapter IX app project test (2) test tools
- Multithreading structure of gbase 8s
- Coordinate system left multiply right multiply
- STM32的DMA双缓冲模式详解
猜你喜欢

Which programming language is the most cumbersome to implement Hello world?

Record the problem of C # print size once

Upgrade PHP to php7 The impact of X (2), the obsolescence of mcrypt decryption

Region of Halcon: generation of multiple regions (3)

Kotlin Compose 监听软键盘 点击enter提交事件

Join() in JSZ
Triangle class (construction and deconstruction)

Kotlin compose perfect todo project surface rendering background and shadow

固态硬盘开盘数据恢复的方法

halcon之区域:多种区域(Region)生成(3)
随机推荐
Vscode 设置clang-format
Google Earth Engine(GEE)——全球JRC/GSW1_1/YearlyHistory数据集的批量下载(中国区域)
小白一键重装官网下载使用方法
Leader: who can use redis expired monitoring to close orders and get out of here!
Gbase 8s parallel operation problem scenario description
win11蓝牙无法连接怎么办?win11蓝牙无法连接的解决方法
Startup mode of SoC verification environment
Successfully solved: selenium common. exceptions. TimeoutException: Message: timeout: Timed out receiving message from
Simple text analysis of malicious samples - Introduction
OLAP analysis engine kylin4.0
《QDebug 2022年6月》
SOC验证环境的启动方式
以太网是什么要怎么连接电脑
【FLink】access closed classloader classloader.check-leaked-classloader
PostgreSQL database Wal - RM_ HEAP_ ID logging action
Record of the 25th week
Code scanning payment flow chart of Alipay payment function developed by PHP
ROS2/DDS/QoS/主题的记录
两小时带你进入软件测试行业风口(附全套软件测试学习路线)
Kotlin Compose 监听软键盘 点击enter提交事件