Can't See Images

rhyeen

New Member
Messages
2
Reaction score
0
Points
0
Hey guys, i'm new to this hosting business so this might be an easy fix i don't know.

Some of my images aren't loading on my website. when I run the site just straight off my computer the images show just fine, but as soon as i hosted the site online particular images won't show.

A good example is one of my pages below. Some of the thumbnails aren't showing the images, i don't know why, the images are named correctly and coordinate with the code and they are in the right folder and everything, yet a select few images still won't load. And it's not just this sites problem, i tried hosting on another site and i still had the same problem.

If you need my code, I didn't hide any of it so you can see it by just viewing the pages source code.

http://ryansaunders.x10hosting.com/photo.htm

Any ideas of how to fix this?

Thanks,
Ryan
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Some of your image files have a file extension of ".JPG", but the links use ".jpg". There are two fixes:
  • Rename the files to have a lowercase extension.
  • Add 'Options +MultiViews' to your site .htaccess and don't include file extensions in URIs (e.g. use <img src="/pictures/portraits/girl1th" alt="portrait of girl" />).
I recommend using both fixes.
 

rhyeen

New Member
Messages
2
Reaction score
0
Points
0
awesome, seems to work wonderfully after that, haha see i'm such a noob! ...don't know why the files changed to .JPG when they transferred but oh well.

thanks for the info
 
Top