[SATLUG] Denying connections from certain referrers

Jeremy Mann jeremymann at gmail.com
Fri Nov 12 09:21:50 CST 2004


We do something of the same and I use a .htaccess file in that
directory. You can do something like this:

<Limit GET>
order allow,deny
deny from somedomain.com
allow from all
</Limit>


On Fri, 12 Nov 2004 08:28:50 -0600, Mark <sigemund at gmail.com> wrote:
> This is probably a really simple question, but I can't seem to google
> it very well -- not getting the answer I'm looking for.
> 
> I want to block connections to my webserver that come from certain
> referrers.  I've been hosting a few videos of Yao Ming highlights for
> some folks at a message board I frequent.  Well, someone posted those
> links on the hoopschina.com message board, and now they get downloaded
> over five times a minute from people referred by that site.  How can I
> disable connections that come from that referral URL?
> 
> Thanks,
> 
> Mark
> _______________________________________________
> Satlug mailing list
> Satlug at satlug.org
> http://alamo.satlug.org/mailman/listinfo/satlug
> 


-- 
Jeremy


More information about the Satlug mailing list