Allow multiple IPs to access Wordpress Site Admin via .htaccess
问题 I currently have a wordpress site that is being upgraded and I have a maintenence redirect setup in the .htaccess file. I can allow my own IP access the site and admin but how can I allow multiple IPs access for the other editors to also have access. I'm currently using : RewriteEngine on RewriteCond %{REMOTE_HOST} !^123.456.789.101 #RewriteCond %{REMOTE_ADDR} !^123.456.789.101 RewriteCond %{REQUEST_URI} !/maintanence.html$ [NC] RewriteCond %{REQUEST_URI} !.(jpe?g?|png|gif) [NC] RewriteRule .