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
Recover Outlook .pst file that just went to 0 bytes?
duration in profiler
Recordset giving error invalid operation error
User cannot search files using "a word or phrase in the file"
Combine tables
Ethernet adapter issue
Coldfusion Regex find question
Manual Update of WSUS Data Files
Why aren't all my profiles showing up with I boot up in SAFE MODE?
How do I enable the Create Email button in Access 2007 forms?