I don\'t know if this is possible or not, I have an image host that I\'ve made myself. I need some last tweaks with it.
Whenever an image has been deleted or is an i
You can use ErrorDocument with FilesMatch directive
ErrorDocument 404 /image.jpg
This will show /image.jpg if a 404 image uri with jpg png or gif extension is requested.
you can also add your custom image or html markup to the errordocument :
ErrorDocument 404 ''