• Hello Every Body
    I am having problem with my wordpress admin login page. It is showing me this message

    ”This page isn’t working

    https://www.getlor.com redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS”

    for past few hours. I tried a number of methods to solve this issue like I disabled my plugins both one by one and also all at the same time but it did not work. Then I tried the method of deactivating the theme and re-uploading login.php file as directed on this page but it also did not work. Now I have no other method left to try. I came here in hope that someone would help me.
    My website is https://www.getlor.com
    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to the database via PHPmyadmin and navigate to prefix_databaseName (ex: wp_getlor) or whatever the name is, and then go to wp_options and make sure that the first 2 rows are showing: https://www.getlor.com – if not change them.
    if it doesn’t help try to remove .htaccess and try again.

    if you dont have access to phpmyadmin add this to your wp-config

    define('WP_HOME','https://getlor.com');
    define('WP_SITEURL','https://getlor.com');

    Hope it helps

    Thread Starter Ata ul haq

    (@ataulhaq)

    Thank you so much zeyadkenawi. Yes my problem solved. Actually it solved by deleting .htaccess file because databse settings were correct.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My WP Admin login url is no working’ is closed to new replies.