Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
tmp2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tmp2 [2019/06/01 22:43] 2001:67c:20a1:de00:9bc9:4c65:6a45:af55tmp2 [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +rewrite {
 +  if_op or
  
 +  if {>User-Agent} starts_with SemrushBot
 +  if {>User-Agent} starts_with MJ12Bot
 +  if {>User-Agent} starts_with DotBot
 +
 +  to /bad-robot
 +}
 +
 +status 403 /bad-robot
 +</code>