Forum Moderators: phranque
http://www.example.com/images/large/DII-Towel-ET-emb-700sqgmp_LRG.jpeg
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
shouldn't that be an image type and not a text type?
GET /images/large/DII-Towel-ET-emb-700sqgmp_LRG.jpeg HTTP/1.1
Host: www.example.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
DNT: 1
Referer: http://www.example.com/index.php?main_page=product_info&cPath=39&products_id=934
Cookie: zenid=858crn1uho5r5t2me2kbp6v4l3
Connection: keep-alive
Cache-Control: max-age=0
HTTP/1.1 406 Not Acceptable
Date: Sat, 21 Sep 2013 17:36:28 GMT
Server: Apache
Content-Length: 0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Type: text/html
Also, have you tried uploading the image to the root directory of your site with a different name like testing.jpeg to see if it's a URL issue?
Downloaded the image. Renders fine locally in browser. Uploaded it back to the root. Renamed it 'atest.jpg'. Renders fine in browser via HTTP. Changed the extension to '.jpeg'. Renders fine in browser via HTTP. Uploaded it to /images/large/. Renders fine in browser with either .jpg or .jpeg.
The only thing that makes these files different is that they were created by the shopping cart admin via user uploads.
[edited by: JD_Toims at 8:56 pm (utc) on Sep 21, 2013]
I'd been entering the URL directly in the browser.