Deny IP addresses individually and by larger Blocks
You can enter partial addresses to restrict larger blocks of addresses:
1.2.3.4 Blocks one specific IP address
1.2.3. Blocks IP address in the range 1.2.3.0 to 1.2.3.255 (ie.. 1.2.3.xxx)
1.2. Blocks IP address in the range 1.2.xxx.xxx
1.2 Blocks IP address in the range 1.2xx.xxx.xxx
## By default allow all access
Order allow,deny
deny from 188.143.234.155 # individual block
deny from 193.201.227. # range block
Allow from all