When trying to access the livelink from my iPhone, logging in using the provided info, Safari won’t load the site, telling me that it couldn’t open the site because of re-directed too many times.
Also tried Google Chrome on my iPhone, but it’s the same issue.
Need to access my site from a phone, what can I do to get it to work?
System Details
Local Version:
Version 8.3.2+6660
Operating System (OS) and OS version:
Mac OS Sonoma 14.4 (23E214)
The only thing that comes to mind would be a plugin called “Really Simple SSL” that I use on my live site, it’s also active on my local site. Would it be the cause of this issue?
If it’s happening both on and off network then something within the site might still be causing the issue. Can you try disabling all plugins? If you have many you can use the Open Site Shell to run the command wp plugin deactivate --all
As another workaround, if you’re still having trouble, you could try pushing the site up to a Demo to see how it looks there. Flywheel offers free 14 day Demos that you could test out: Demo Site
Ahh, I found the problem. After using the code you provided (great tip btw ) which disabled all the plugins in one sweep, I enabled one by one. It turned out to be the W3 Total Cache plugin which was causing the issue.