404 redirect with cloud storage
Posted
by Jeremy DeGroot
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy DeGroot
Published on 2009-03-23T22:02:47Z
Indexed on
2010/04/11
19:03 UTC
Read the original article
Hit count: 482
I'm hoping to reach someone with some experience using a service like Amazon's S3 with this question. On my site we have a dedicated image server. And on this server, we have an automatic 404 redirect through Apapche so that, if a user tries to access an image that doesn't exist, they'll see a snazzy "Image Not Available" image.
We're looking to move the hosting of these images to a cloud storage solution (S3 or Rackspace's CloudFiles), and I'm wondering if anyone's had any success replicating this behavior on a cloud storage service and if so how they did it.
© Stack Overflow or respective owner