# The purpose of this file, is to avoid DDOS attacks when an administrator wants to "manually generate the .htaccess file" by calling the following URL:
# https://example.com/wp-content/plugins/instant-301-redirection/instant-301-redirection.php?generate=1

# Comment/uncomment below as necessary

# Apache 2.2
Order deny,allow
Deny from all
Allow from 0.0.0.0

# Apache 2.4
Require all denied
Require ip 0.0.0.0/32
