Guest User

Untitled

a guest
Feb 18th, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?paypal.com [NC]
  2. RewriteCond %{QUERY_STRING} ^action=register$
  3. RewriteRule ^wp-login.php index.php [NC,L]
  4.  
  5. RewriteEngine On
  6. RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?paypal.com [NC]
  7. RewriteCond %{REQUEST_URI} ^/your-registration-url$ [NC]
  8. RewriteRule ^your-registration-url$ https://website.com/404 [R=301,L]
Add Comment
Please, Sign In to add comment