Forum Moderators: phranque
This is causing problems with us in terms of accurate stats, not to mention that it is our bandwidth that is being used up.
I have tried renaming the image - which doesn't work because the other site still connects to look for the image.
We do now have a new site which doesn't include this image .... so it has been delete from the server - but this other site is still linking to ours A LOT!
Is there anyway through IIS that i can actually block this URL from being able to access this directory (or any other) on our server? I guess it is not super urgent ...... but it is a real pain!
Cheers,
Webboy
[qwerksoft.com...]
It's an IIS implementation of mod_rewrite from Apache. Supposedly it's free. If not, I saw a Perl script listed that was which should also do the same thing (Google: IIS mod_rewrite).
-ben
[motobit.com...]
First create a file deleted.gif with a very creative message. I leave this one to your own imagination :)
Then add a .htaccess file to your /pictures folder with the content:
Erro
rDocument 404 h..p://www.yourdomain.com/pictures/deleted.gif This will reroute all request of non existing files from your pictures directory to this file. It even works for .jpg and .png files, as the browser automatically detects the file type.
Works really good for me, and there is no need to replace every deleted picture file with a copy of your deleted.gif version.
[coldlink.com ]