Seperate IPs in .htaccess

Fixed it.

Just put the rewrite condition on two separate lines without the [OR] and it seems to be working fine. :) Thanks for your help.

RewriteCond %{REMOTE_ADDR} !^123.456.789.111$
RewriteCond %{REMOTE_ADDR} !^123.456.789.112$
 
Back
Top Bottom