Skip to content

Instantly share code, notes, and snippets.

@frankstallone
Created March 6, 2014 19:53
Show Gist options
  • Save frankstallone/9398022 to your computer and use it in GitHub Desktop.
Save frankstallone/9398022 to your computer and use it in GitHub Desktop.
.htaccess | Send semalt.com to a 403 Forbidden Page
RewriteCond %{HTTP_REFERER} semalt\.com [NC]
RewriteRule ^ - [F,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment