Advertisement
ETFovac

Untitled

Sep 8th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.34 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2.     RewriteEngine On
  3.  
  4.     RewriteCond %{REQUEST_METHOD} POST
  5.     RewriteCond %{REQUEST_URI} ^(.*)wp-comments-post\.php*
  6.     RewriteCond %{HTTP_REFERER} !^(.*)in.rs.*
  7.     RewriteCond %{HTTP_REFERER} !^http://jetpack\.wordpress\.com/jetpack-comment/ [OR]
  8.     RewriteCond %{HTTP_USER_AGENT} ^$
  9.     RewriteRule ^(.*)$ - [F]
  10. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement