Forum Moderators: phranque
I read somewhere that those downloaders sometimes get caught in a loop (like Error page that doesn't really exist), but this is not a case. Besides, my pages are absolutely normal html pages, no refreshing content, no java scripts, like java redirect or smth... Just plain html! I cannot find anything on my pages that any UA can get stuck on. Another thing I've noticed is that it mostly happens to the users on Mac's (80% of cases), but on Windows too, especially NT.
Since I cannot figure out what is causing it, I don't know how to fight it. :( And since it always happens to MSIE only, htaccess doesn't really help. And this is really bad, as not only it sucks up all the bandwidth, but most importantly I have a banner sponsor that pays CPM and if my CTR falls too low - I'm out. Especially if those hits are coming from some not North American IP.
Any thoughts what might cause it?
but most importantly I have a banner sponsor that pays CPM and if my CTR falls too low - I'm out. Especially if those hits are coming from some not North American IP.Any thoughts what might cause it?
A competitor messing with your CTR? Check the IP addresses and see if there is anything in common. If your .htaccess contains no redirects that could be causing this, and if there is no 301 or 302 redirect looping, and if you aren't running scripts or serving dynamic pages, then that leaves intentional abuse.
Jim
And the IP's have nothing in common, they are all over the world, different real ISP's (not an anonymous proxy) and those people are comming from the search engines. The only thing in common is that most of them are Mac users.
Oh, well, thanks Jim for answering anyways :)
No problem...
But your mention of a JS hit counter gave me one more idea: If you have an "escape from referring site's frame" script, you might try turning it off for a day or two, or just stare at the code real hard and see if you see anything wrong. Since this kind of code commonly redirects to the current page, any bug in it that would cause it to think it was still stuck in a frame would cause it to redirect (and reload) again and again.
Maybe someone else will come up with a better idea... Weird (and scary) problem. :o
Best,
Jim