Forum Moderators: open
A site search will turn up a number of similar discussions.
- Tony
Anyway, the fact is that I implement a download-protection mechanism against download agents. Browse the wrong directory and you get automatically banned. Worked oerfectly so far, but right now this Google proxy automatically banned itself. Of course I removed the deny from 216.239.33.5 line and I hope this will not affect my Google ranking, but what if this happens again in the future?
Why the hell does this Google proxy thing need to browse disallowed directories?
The point is that you banned a user who was using a mobile device to view your site. If you want to ban such users, then do nothing. If you don't want to ban users, you'll have to add some logic to the code which calls your bad-bot script to allow that user agent or to allow that IP range.
Since Google has both a WAP proxy and a CHTML proxy, allowing "Google\ .*\ Proxy" works for me. You may also wish to allow the AvantGo WAP proxy, by allowing its IP address, "^64\.157\.224\."
Jim
The point is that you banned a user who was using a mobile device to view your site. If you want to ban such users, then do nothing. If you don't want to ban users, you'll have to add some logic to the code which calls your bad-bot script to allow that user agent or to allow that IP range.Since Google has both a WAP proxy and a CHTML proxy, allowing "Google\ .*\ Proxy" works for me. You may also wish to allow the AvantGo WAP proxy, by allowing its IP address, "^64\.157\.224\."
There is a simple filter which blocks certain agents, but the actual banning is triggered by the agent's behaviour. In this specific case the user called a page in a disallowed directory, through a hidden link which only a robot or download agent can see. Since no normal user would ever call the forbidden page, this protection is very effective.
On the other hand, why would a proxy retrieve a page in a disallowed directory - why should this be allowed?