For some reason I am getting a lot of requests for a set of images over and over again. The strange thing is, the IP that's making the request is my own servers IP.
You are including URLs in your pages and not files. That's why you're bombing your server. If you are running a script that's linking images like that, it was written by a tool and you should use something else.
The strange thing is it seems to only be effected on one set of images. No other images on the site are getting called repeatedly.
Well, you aren't going to want to write things like that. If you have an offsite link with a passthrough function, people could be using it to steal your content by proxy.
Wanna nasty-workable 'test?' Try moving it and do a 0 second meta refresh redirect, not a 301. If it still continues, that's obviously not it.
Comment