Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created February 14, 2016 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasticbrain/8dc1a07c060a37e3d64a to your computer and use it in GitHub Desktop.
Save plasticbrain/8dc1a07c060a37e3d64a to your computer and use it in GitHub Desktop.
Block Spammy Referrals with .htaccess
## Block spammy referrals
RewriteCond %{HTTP_REFERER} годом\.рф [NC]
RewriteCond %{HTTP_REFERER} traffic2cash\.xyz [NC]
RewriteCond %{HTTP_REFERER} free-traffic\.xyz [NC]
RewriteCond %{HTTP_REFERER} share-buttons\.xyz [NC]
RewriteCond %{HTTP_REFERER} maps\.ilovevitaly\.com [NC]
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment