Forum Moderators: phranque
deny from 123.45.*
deny from 1.23.45.67
But I've noticed that despite having, deny from 123.45.* visitors still get through from, for example:
123.45.67.89
My logs show they receive a 200 instead of a 403.
Should I be using a different blocking format, such as:
deny from 123.45.*.*
or:
deny from 123.45*
Ta!
deny from 123.45
You can read more about it here:
mod_access [httpd.apache.org]
I'll try it, and see.
(I have to wait for the evil doers to attempt access to discover if it's effective.)
Ta!