Advertisement
Exxtazy

htaccess

Nov 21st, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. SetEnvIfNoCase User-Agent .*aboundexbot.* botstop
  2. SetEnvIfNoCase User-Agent .*ahrefsbot.* botstop
  3. SetEnvIfNoCase User-Agent .*backlinkcrawler.* botstop
  4. SetEnvIfNoCase User-Agent .*blekkobo.* botstop
  5. SetEnvIfNoCase User-Agent .*blexbot.* botstop
  6. SetEnvIfNoCase User-Agent .*dotbot.* botstop
  7. SetEnvIfNoCase User-Agent .*dsearch.* botstop
  8. SetEnvIfNoCase User-Agent .*exabot.* botstop
  9. SetEnvIfNoCase User-Agent .*ezooms.* botstop
  10. SetEnvIfNoCase User-Agent .*gigabot.* botstop
  11. SetEnvIfNoCase User-Agent .*ia_archiver.* botstop
  12. SetEnvIfNoCase User-Agent .*linkdexbot.* botstop
  13. SetEnvIfNoCase User-Agent .*lipperhey spider.* botstop
  14. SetEnvIfNoCase User-Agent .*majestic-12.* botstop
  15. SetEnvIfNoCase User-Agent .*majestic-seo.* botstop
  16. SetEnvIfNoCase User-Agent .*meanpathbot.* botstop
  17. SetEnvIfNoCase User-Agent .*megaindex.* botstop
  18. SetEnvIfNoCase User-Agent .*mj12bot.* botstop
  19. SetEnvIfNoCase User-Agent .*ncbot.* botstop
  20. SetEnvIfNoCase User-Agent .*nutch.* botstop
  21. SetEnvIfNoCase User-Agent .*pagesinventory.* botstop
  22. SetEnvIfNoCase User-Agent .*rogerbot.* botstop
  23. SetEnvIfNoCase User-Agent .*scoutjet.* botstop
  24. SetEnvIfNoCase User-Agent .*searchmetricsbot.* botstop
  25. SetEnvIfNoCase User-Agent .*semrushbot.* botstop
  26. SetEnvIfNoCase User-Agent .*seokicks-robot.* botstop
  27. SetEnvIfNoCase User-Agent .*sistrix.* botstop
  28. SetEnvIfNoCase User-Agent .*sitebot.* botstop
  29. SetEnvIfNoCase User-Agent .*spbot.* botstop
  30.  
  31. <Limit GET POST HEAD>
  32. Order Allow,Deny
  33. Allow from all
  34. Deny from env=botstop
  35. </Limit>
  36. <IfModule mod_rewrite.c>
  37. RewriteEngine On
  38. RewriteBase /
  39. RewriteRule ^index\.php$ - [L]
  40. RewriteCond %{REQUEST_FILENAME} !-f
  41. RewriteCond %{REQUEST_FILENAME} !-d
  42. RewriteRule . /index.php [L]
  43. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement