I'm new on Bluehost i have a simple site where is just pictures and it works outside of Bluehost, but now i have put it on bluehost i can see everything else but it says picture not found : GET http://*****.com/1.jpg 404 (Not Found).
these i have put inside public_html, index.html and under it 5 pictures.
<img src="1.jpg" class="img-responsive" style="width:100%" alt="Image">
I think i found, you have uploaded image which was saved in server as text.
check your image type (text/x-generic) which means your file uploaded as text.
Are the images stored on your computer with extension: JPG (capitals)? If so, try renaming then so the extension is lower case and re-upload. Seems to be a 'feature' in FileManager that JPG is listed as text/x-generic and jpg as img/x-generic.
Source - https://x10hosting.com/community/threads/uploaded-image-appears-as-text-x-generic.103206/
Please rename and upload again and let me know if this helps.
Happy Coding!