Can add this to your wp-config.php file
define('WP_HOME', 'http://'.$_SERVER['HTTP_HOST']);
define('WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST']);
It will override what you have set in the admin as the url.
Just take it out when sorted.
Thread Starter
fjiord
(@fjiord)
Where can I access wp-config.php file?
Am kinda flat in this staff.
You can access wp-config.php via FTP or your site’s hosting control panel. However, first try deleting all cookies associated with your site and see if that allows you to login.
Oh you’ll need FTP access to do that, it will be in the root of your site files.
Thread Starter
fjiord
(@fjiord)
I have deleted all the cookies severally. Problem still persists.
Thread Starter
fjiord
(@fjiord)
Doesnt such url https://www.gentleinsight.com/~gentlein/wp-login.php
point out to an issue not associated with cookies and cached data?
Thank you very much Latro666 & Steve
Looks like you’re using Jetpack Secure Sign On. You might have more luck with Jetpack support: https://jetpack.com/support/
Thread Starter
fjiord
(@fjiord)
Thank you members for your support. I solved it!