Mr. Bill and small are correct. The redirect only happens when someone either has referrers turned off in their browser or when they are trying to cheat the list to get onto the "Popular Proxies" page.

Originally Posted by
small
I can understand the prevent hotlinking measure but I think is better for us proxy owners since we are paying now, if it redirects to a random proxy if referrer check failed rather than redirect to a proxy owned by Will everytime.
That's a very cool idea, but I can't figure out how to get Apache to do that.
Here's the code from httpd-vhosts.conf which implements the redirect:
Code:
# Prevent hotlinking to hits.php
RewriteCond %{HTTP_REFERER} !^http://(www\.)?tech-faq.com(/)?.*$ [NC]
RewriteRule .*\hits.php$ http://www.abeboproxy.com [R,NC]
Of course, that traffic is worthless -- because only people doing bad things normally get sent to redirected URL.
Bookmarks