현재 내 사이트 (Spam)에 대한 대량의 추천 트래픽이 발생하고 있습니다.이 트래픽은 하루에 1-2GB의 트래픽을 생성 할 수 있습니다 (호스팅 회사에서 10GB 제한이있는 경우 다소 불편 함).
하루에 4 ~ 5000 개의 조회수가 발생하여 20 ~ 25000 페이지 조회수가 발생합니다. 거의 매일 트래픽 제한을 초과하여 사이트가 닫히지 않도록 .htaccess 파일에 새 사이트를 추가해야하는 것 같습니다. .
로그에서 볼 수 있듯이 차단할 사이트를 추가 할 때마다 몇 시간 내에 트래픽이 새 사이트에서 시작됩니다.
현재 내 .htaccess 파일의 내용은 다음과 같습니다.
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www\.everyoneweb\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://freefilearchive\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://4runnerforex\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.julznakomua\.strefa\.pl [OR]
RewriteCond %{HTTP_REFERER} ^http://drugbuyersforum\.org [OR]
RewriteCond %{HTTP_REFERER} ^http://protopage\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://stupidvideos\.com [OR]
RewriteCond %{HTTP_REFERER} ^https://sourceforge\.net [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.sourceforge\.net [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.thoughts\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.youfreeweb\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.facebook\.com\\notes\\phentermine [OR]
RewriteCond %{HTTP_REFERER} ^http://theresaraatt\.over-blog\.com [OR]
RewriteCond %{HTTP_REFERER} ^http://grou\.ps [OR]
RewriteCond %{HTTP_REFERER} ^http://www\.reverbnation\.com
RewriteRule (.*) http://%{REMOTE_ADDR}/$ [R=301,L]
order allow,deny
deny from 109.227.125.
deny from 109.227.124.
allow from all
누구나 내 길로 들어오는 모든 트래픽에 대해 무엇을 할 수 있는지 알고 있습니까?