GET image 404 (Not Found)

旧城冷巷雨未停 提交于 2021-01-29 17:40:02

问题


For my web app ,Some of the images keep giving me 404, which cannot be found. But I can see them on my local server, and they are uploaded to github when I push the code. for example, none of the images can be found in this page. http://kyloxue.design/#/Project6?_k=gxpciy I made sure that the first image is available with the correct url: https://github.com/alfance/alfance.github.io/blob/master/media/img/dme/all1.png but most of the images in this page work fine. http://kyloxue.design/#/Project1?_k=nbyvg2

Any ideas?


回答1:


Your paths are case sensitive. For example, you have an image referencing:

http://kyloxue.design/media/img/DME/all1.png

Change that to http://kyloxue.design/media/img/dme/all1.png and it works.



来源:https://stackoverflow.com/questions/37282401/get-image-404-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!