giotto123
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] Login page loopMany thanks for your advice.
It turns out that the site wasn’t set up to redirect HTTP requests to HTTPS. I’m no expert (obviously!) but I Googled how to do this via .htaccess and the site now works with your plugin.
Thanks again.
Forum: Plugins
In reply to: [Force Login] Login page loopThank you for your reply.
Further tests show that log-in is successful but redirection to the original URL fails.
The redirect_to parameter should begin with HTTPS but in fact begins with HTTP. Manually correcting this parameter seems to solve the problem.
My website URL is of the form https://ab.mydomain.co.uk. Is there any reason why the plugin should be unable to produce the correct redirect_to parameter from this?
Unfortunately I can’t easily share the true URL as the website is restricted to my IP address.
Forum: Plugins
In reply to: [Force Login] Login page loopSome more testing reveals that I can log in if (and only if) I use the URL for the login page, i.e. https://sub.main.co.uk/wp/wp-login.php.
If I try to log in to any other page – such as https://sub.main.co.uk – then I just get redirected to the login page each time I submit my credentials.
Any idea what might be wrong?