PDA

View Full Version : How to block partial ip in website .htaccess?



Fli
12-12-2013, 11:19 AM
Hi,

when i want to block all IPs starting:

67.106

should i add into .htaccess file:

deny from 67.106.

or

deny from 67.106

?

I read, a dot should be at the end..