Advertisement
Guest User

.htaccess

a guest
May 17th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. RewriteEngine on
  2. Options -Indexes
  3. ErrorDocument 401 /errors/401.html
  4. ErrorDocument 403 /errors/403.html
  5. ErrorDocument 404 /errors/404.html
  6. ErrorDocument 500 /errors/500.html
  7.  
  8. RewriteCond %{HTTP_REFERER} !^http://domain.club/.*$ [NC]
  9. RewriteCond %{HTTP_REFERER} !^http://domain.club$ [NC]
  10. RewriteCond %{HTTP_REFERER} !^http://domain.x10.mx/.*$ [NC]
  11. RewriteCond %{HTTP_REFERER} !^http://domain.x10.mx$ [NC]
  12. RewriteCond %{HTTP_REFERER} !^http://www.domain.club/.*$ [NC]
  13. RewriteCond %{HTTP_REFERER} !^http://www.domain.club$ [NC]
  14. RewriteCond %{HTTP_REFERER} !^http://www.domain.x10.mx/.*$ [NC]
  15. RewriteCond %{HTTP_REFERER} !^http://www.domain.x10.mx$ [NC]
  16. RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp3)$ http://i.imgur.com/B0CQDpG.png [R,NC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement