samporras Posted December 1, 2003 Posted December 1, 2003 I don't know if this is the right place to write, but I'm having problems with some images on my webpage. Upon loading the images through my FTP, i got a message saying there was an error with the FTP....error 533. It said the image was not there or did not exist. I checked my public_html folder and the images are there....Also checked the image path and it was correct. I don't know if there is something I missed anything or if there is just something there that I am missing......any suggestions?? the two pages that i'm having problems with are: www.venuechicago.com/fOdyssey.htm www.venuechicago.com/fCite.htm thanks guys Quote
TCH-Rick Posted December 1, 2003 Posted December 1, 2003 Filenames are case sensitive in linux. Directories and filenames must match on the disk and in the code. For example, the code for the image that is missing on the left is calling for /pictures/odyssey/odysseyBoat.jpg but the directories are Pictures and Odyssey. As a rule, I use all lowercase letters in directory names and filenames to avoid this problem. Quote
samporras Posted December 1, 2003 Author Posted December 1, 2003 Thank you very much Rick! I learned something new today! Rock Sign --Sam Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.