View Single Post
  #6 (permalink)  
Old 05-11-2004, 02:30 PM
jestep jestep is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Austin, TX
Posts: 1,229
jestep RepRank 0
Default

I have seen this a few times. It happened when using php based includes etc. By linking to images using ./images/img.jpg vs using absolute or images/img.jpg. When using the ./ method to link to images, I often get errors only with spiders. Normal web browsers can still read this, but spiders see a broken link, and therefore produce an error.
Reply With Quote