Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} POST
- RewriteCond %{REQUEST_URI} ^(.*)wp-comments-post\.php*
- RewriteCond %{HTTP_REFERER} !^(.*)in.rs.*
- RewriteCond %{HTTP_REFERER} !^http://jetpack\.wordpress\.com/jetpack-comment/ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^$
- RewriteRule ^(.*)$ - [F]
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement