집 > Q&A > 본문
必须在不使用重定向的情况下
例如:https://www.xxx.com/asda/asdas/asda 返回 index.html
https://www.xxx.com/asda/asdas/asda
例如:https://www.xxx.com/ss/ss/assd 返回 index.html
https://www.xxx.com/ss/ss/assd
但是排除以 https://www.xxx.com/api/v1的请求
https://www.xxx.com/api/v1
黄舟2017-04-18 09:33:27
위치 / {
}위치 api/v1 {
}
ringa_lee2017-04-18 09:33:27
다시 쓰기를 사용하지 않으면 불가능해 보입니다. index.html로 지정된 404 파일?