Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{HTTP_REFERER} !^http://(www.)?localhost [NC]
  3. RewriteCond %{HTTP_REFERER} !^http://(www.)?localhost.*$ [NC]
  4. RewriteRule .(php)$ - [F]
  5.  
  6. RewriteEngine on
  7. RewriteCond %{HTTP_REFERER} !^http://?meusite.self.net [NC]
  8. RewriteCond %{HTTP_REFERER} !^http://?meusite.self.net.*$ [NC]
  9. RewriteRule .(php)$ - [F]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement