How do I seperate multiple IP addresses in a .htaccess file?
At the moment I have:
But I'm not sure how to add a second address to that to allow more people to view the page.
Any help?
At the moment I have:
RewriteCond %{REMOTE_ADDR} !^123.456.789.111$
RewriteRule ^(.*)$ http://www.google.com/$1 [R=301,L]
But I'm not sure how to add a second address to that to allow more people to view the page.
Any help?