|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Blocking IP address with .htaccess
|
Is ths possible?
Currently, I have a .htaccess that looks like:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName BlockedSites
AuthType Basic
<Limit GET POST PUT>
order allow,deny
allow from all
deny from 200.
deny from 202.
</Limit>
Will this work in the IP address or will it just stop anything comming from
domains/servers with names starting with 200 and 202?
--
reality.sys corrupted. Reset universe? (Y/N)
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|