Hello,
I want to block a whole ISP from accessing a section of my website. Imagine the netblock is in the range:
123.456.31.0 - 123.456.63.255
I've tried:
SetEnvIf Remote_Addr "^123.456.[31-63].[0-255]$" ban
order deny,allow
deny from env=ban
allow from all
But that didn't work. Can anyone help?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
I want to block a whole ISP from accessing a section of my website. Imagine the netblock is in the range:
123.456.31.0 - 123.456.63.255
I've tried:
SetEnvIf Remote_Addr "^123.456.[31-63].[0-255]$" ban
order deny,allow
deny from env=ban
allow from all
But that didn't work. Can anyone help?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!