Skip to content

Instantly share code, notes, and snippets.

@ajithrn
Last active August 29, 2015 14:27
Show Gist options
  • Save ajithrn/4f6c9b75b107abcdb527 to your computer and use it in GitHub Desktop.
Save ajithrn/4f6c9b75b107abcdb527 to your computer and use it in GitHub Desktop.
Web: Referral Spam
## SITE REFERRER BANNING
RewriteCond %{HTTP_REFERER} floating-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} floating-share-buttons.com
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment