Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2.  
  3. RewriteEngine on
  4.  
  5. RewriteCond %{HTTP_REFERER} facebook.com [NC,OR]
  6.  
  7. RewriteRule .* - [F]
  8.  
  9. </ifModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement