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
Best practice scenario in utilizing two LTO tape drives.
Best method for automated use of Defrag, chkdsk, Disk cleanup, etc.
Move a VM
XenServer Vs. Hyper V
differences between windows server 2003 and windows server 2003 r2
Cisco VLAN
How can I enable a USB HID device in Window 7 ultimate I have a Serial to USB cable and device (SmartBoard 540)
V-lookup
Can I retrieve all my Windows XP settings and programs after I re-installed Windows on a seperate folder?
How to find max/min integers in a vector?