Microsoft
Software
Hardware
Network
Question : How to prevent bandwith leeching on content?
i don't have specific download which people are leeching, but I have a database which produces pages which people are leeching and stealing my bandwidth.
I think I need to stop people accessing a certain amount of pages per day.
But I don't want to stop google bot or the yahoo bot.
I don't mind paying a small amount for commercial protection, $50 perhaps.
But I think the solution need to be PHP / MySQL based, I think.
Help ?
Answer : How to prevent bandwith leeching on content?
Perhaps try using a .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
http://www.yoursite.com/
.*$
[NC]
RewriteCond %{HTTP_REFERER} !^
http://www.yoursite.com$
[NC]
RewriteRule .*\.(.*)$
http://www.yoursite.com/
[R,NC]
Random Solutions
NTDS KCC
Can I use Clonezilla for Business purposes
Visio 2007 installing problem
How can I modify a Saved Import spec FROM EXCEL in Access 2007?
Exchange 2007 error 550
Sonicwall Pro 2040 Content Filter (CFS) question - not sure which one to use.
Running CEICW to install SSL Certificate
microsoft sql windows 2008 r2
Microsoft Access 2007 - Change Form Recordsource While Form is Open
Server side validation for username field