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
The multi-part identifier could not be bound and Ambiguous column name in SQL Server 2008
What is the probability that the mean of a sample is within a certain range (z scores)?
How do I uninstall Symantec Backup Exec 11d in Windows Server 2003??
Need to lock down SMTP traffic - Urgent!
ASP.NET: URLs with apostrophes throwing error on server but not in dev environment
jBoss is not picking up css changes
windows server 2003
Activesync "last synchronization time" one hour out
get selected (not all) checkboxes in jQuery
VB.Net XML Class