Other devices on same network unable to access WordPress localhost setup
Have a look at the answers here: https://stackoverflow.com/questions/20122583/website-in-wordpress-redirects-to-old-url-after-migration In particular, I’d check these two: https://stackoverflow.com/a/23873881/1577662 be sure to clear your cache and use this script to replace ALL urls in your database. https://github.com/interconnectit/Search-Replace-DB And https://stackoverflow.com/a/41223768/1577662 In case you are using Polylang with a dynamic IP, add define(‘PLL_CACHE_HOME_URL’, false); in your wp-config.php and it will solve … Read more