Recent content by gowrann

  1. G

    Allow Access to Multiple IPs with CIDR Notation

    thanks - I was missing the exclamation, this works: RewriteCond expr "! -R '192.0.112.0/20'" RewriteCond expr "! -R '195.234.108.0/22'"
  2. 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