Search code examples
htmlftppng

PNG Files not found, when loaded in Server


Below are images of the my errors and sample code in my website calling the images. It gives me an 404 error saying it can not find my images in the server, when they are clearly there. Other images on the site work just fine. It's these profile photos that seem to not work.

Error on Developer Tools

FTP Files Image

Sample Image code in Website


Solution

  • You have wrong with your src case.

    You've written the directory Team Photos at src is in uppercase assets/images/Team Photos/Lee.png.

    But, in your second image you've mentioned I see the directory is in lower case.

    So, replace your src with assets/images/team photos/Lee.png.