I need to add IP addresses to my .htaccess to allow access as shown in this question.
Only allow certain IP addresses to access site with mod_rewrite?
But I need to be able to add them as a range as I have some that span a great range and typing them out individually will take way too long. is there a way to express a range which will work with this format?
RewriteCond %{REMOTE_ADDR} !^XXX\.XXX\.XXX\.XXX