現在、私のサイト(スパム)への大量の紹介トラフィックを受け取っています。これは、1日あたり1〜2 GBのトラフィックを発生させる場合があります(ホスティング会社から10 GBの制限がある場合、これは少しひどいです)。
1日あたり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
誰かが私にやってくるすべてのトラフィックについて何ができるのか考えていますか?