hanns: .htaccess ip-blöcke sperren

hallo,

was ist der unterschied bzgl. der auswirkungen zwischen:

Order deny,allow
Deny from all
Allow from 145.22.

UND

Order deny,allow
Deny from all
Allow from 145.22

(punkt am ende beachten)

vermutung:
Allow from 145.22 ist umfassender. es erlaubt auch
145.224. oder 145.229.

gruss
hanns

  1. vermutung:
    Allow from 145.22 ist umfassender. es erlaubt auch
    145.224. oder 145.229.

    Was verleitet dich zu der Annahme?

    manual:

    Allow from 10.1
     Allow from 10.1.0.0/255.255.0.0
     Allow from 10.1.0.0/16

    Note that the last three examples above match exactly the same set of hosts.