The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've tried a couple methods with trying to block this referring site, tried a method in .htaccess and it didnt work
here is the site in question:http://leghumper.com/downloads/SIB-MF_2-0.htm its killing my bandwidth, and downloading all my attachments even though they are outside the web root. |
|
#2
|
|||
|
|||
|
Did you try this in your .htaccess
Code:
RewriteCond %{HTTP_REFERER} leghumper\.com [NC]
RewriteRule .* - [F]
|
|
#3
|
|||
|
|||
|
ah, i had a extra OR after NC
thanks |
![]() |
|
|