Let's say I want to deny access to people from a specific ip range. How do I do that in htaccess?
Example, lets say I want to ban everyone with an ip from:
192.168.0.65 to 192.168.4.93
I don't know how to specify this range. I understand how the ban is be done:
I understand that when it would be 192.168.0.0 to 192.168.0.999 you can enter 192.168.0
Hope you guys and girls can help me out.
Example, lets say I want to ban everyone with an ip from:
192.168.0.65 to 192.168.4.93
I don't know how to specify this range. I understand how the ban is be done:
Code:
order allow,deny allow from all deny from 192.168.0.65 to 192.168.4.93
Hope you guys and girls can help me out.



Work with
Next step after
Comment