Search results

  1. G

    Allow Access to Multiple IPs with CIDR Notation

    Hi, I have a htaccess rewrite to block all IPs apart from 1 to a certain file like so: <IfModule mod_rewrite.c> RewriteCond %{REMOTE_ADDR} !^123\.243\.16\.228 RewriteRule xmlrpc - [F,L] </IfModule> I want to add multiple IPs, so I would use additional RewrireCond lines but how to add IP...
Top