Use an alternate IP to login to WordPress when not on main network
-
I am trying to log into WordPress using my mobile hotspot. The IP address for the hotspot is diefferent than the IP I used to install WordPress. I have tried white listing my mobile hotspot IP address by adding this into the htaccess file:
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR] RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$ RewriteCond %{REMOTE_ADDR} !^190.36.268.21$ RewriteCond %{REMOTE_ADDR} !^190.43.281.27$ RewriteCond %{REMOTE_ADDR} !^190.67.302.44$ RewriteRule ^(.*)$ - [R=403,L]
No matter what I have tried when I got to https://My_IP_Address/wp-login.php the page won’t even load and show me the login screen. How do I allow WordPress to let me login using my home IP (The one I used upon installation) and my mobile hotspot for when I’m not at home?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Use an alternate IP to login to WordPress when not on main network’ is closed to new replies.