I need a .htaccess created so that all images that are being called from a domain show a random image (I will provide several images). Quick 5 min job to someone that knows everything about .htaccess Please only respond if you are available to do this right away. I have a few image sites I am closing down and I want to display a message to all the people that are hotlinking images from my domains. Easy job and additional feedback
RewriteEngine On RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L] to completely forbidden RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F] Regards Alex