One thing you'd need to be aware of is that the servers here are running linux, which is case sensitive, so image.jpg would not be the same as Image.jpg, case is important, check your code so the spelling in your code match the spelling on he file(s). This is by far the most common reason for...