html page loaded, can't find photos

Web hosting discussion, programming, and shared and dedicated servers.
2 posts Page 1 of 1
by hhybl » Fri Apr 25, 2014 11:20 am
I updated my web site, http://www.bigsurpainter.com. The jpg's were loaded into the public html folder on sonic's site, but they do not appear. Sonic's tech support said the directory path was *weird*. Nothing has changed from my old filing system. We have been unable to figure this out.
Heidi
by thulsa_doom » Fri Apr 25, 2014 5:15 pm
It looks like one of the images, for example, is referenced as "/GREEN_RED/90_index_pics_grn/90-2_irregular_regularities_.jpg" in the HTML. This causes a web browser to try to find a picture at the URL "http://hhybl.users.sonic.net/GREEN_RED/ ... ities_.jpg" but there's no such file. I tried trimming the dirctories out, to "http://hhybl.users.sonic.net/90-2_irreg ... ities_.jpg" and got a picture.

Basically the image sources are incorrect in your code. Or the images aren't in the right directory. Either way they have to match or a visitor won't get the pictures you're looking to display.
John Fitzgerald
Sonic Technical Support
2 posts Page 1 of 1