Hi, I happned to move lot of images to new folder structures and deleted a few which I thought were no longer useful. Upon checking my error logs I found that many sites had hotlinked these images and are now causing file not found errors. Can I return a "default image" to all these not found images via htaccess? Thanx.
Hello, yup, just make a 301 redirect (moved permanently) just add this for every image in .htaccess redirect 301 /path_to_image _http://yoursite/path_to_image_you_want_to_redirect_to (remove _ before http) hope that help you.