Banning users by IP and .htaccess doesn't work because the rule are lowercase
-
Banning hosts by IP doesn’t work! rules are inserted as:
order allow,deny deny from env=DenyAccess deny from 210.210.178.20 deny from 94.23.28.193
uppercasing the first letters like:
Order allow,deny Deny from env=DenyAccess Deny from 210.210.178.20 Deny from 94.23.28.193
it blocks access.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Banning users by IP and .htaccess doesn't work because the rule are lowercase’ is closed to new replies.