Code: Select all
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html
<RequireAll>
Require all granted
# Block the Alibaba Cloud botnet subnet (April 2026)
Require not ip 47.79.0.0/16
# Block new high-volume scraping subnets (May 2026)
Require not ip 145.223.0.0/16
Require not ip 137.184.0.0/16
Require not ip 82.38.180.0/24
Require not ip 216.75.0.0/16
</RequireAll>
