vote up 0 vote down star

http://www.thomasnet.com/articles/hardware/fastener-threads

this image when viewing the requests with firebug in the net panel shows image/2 any idea why this would be set this way on the server side?

flag
Is this your site? If so, can you show the server code for the image? – Joel Coehoorn Mar 11 at 17:00
The answer depends on the way the web server is configured. Without that information, we can't help you. – Paul Tomblin Mar 11 at 17:08

1 Answer

vote up 2 vote down

It's the only image being read from the 'articles/image/' folder (The rest come from the /images/images/' folder)

It's also the only image on the page which has a content-type at all.

And it's also the only image not cached.

My guess is that your web server is set to send certain header values based on directory.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.