Forum Moderators: phranque
I have set my httpd.config as
order deny,allow
deny from 203.218.
deny from 203.177.
This has probably been asked lots of times But Could some one explain to me what a forward slash range multiplier at the end of a full ip address means as I am new to apache.
deny from 203.218.0.0/?
The full ip ranges are displayed as
203.218.0.0 - 203.218.255.255
203.177.96.0 - 203.177.127.255
Thanks in advance