I am new to .htaccess and want to limit access to a range of urls within a given institution. Example: 123.123.0.0 through 123.155.255.255.
In order to do this I understand that the best way would be to use a netmask calculator to produce the necessary addon /xx
but (using www.subnetmask.info) I am confused what TCPIP Network Address I should plug in: the starting address (123.123.0.0) or the ending address (123.155.255.255).
And, once the /xx is returned, how do I go about using it in the htaccess file?
My basic question, then, is how do I go about using www.subnetmask.info properly? Is there a how-to page somewhere on the web?
Thanks,
Ch