Web Hosting Talk







View Full Version : Picture 404


crzy
09-17-2006, 07:27 AM
how can i do this
http://6a.typepad.com/images/missing.gif

if you enter any image link uailmkui.jpg whatever you will see the missing.gif picture if the picture is not in that images folder. how can i do that on my website anyone know?

thanks

knopix
09-17-2006, 09:56 PM
you want to do that for not found images only, or for any document that's not found?

place this in your .htaccess file

ErrorDocument 404 "imageLocation/missing.gif"