• We have been using https://www.azam.info/wp-login.php to login to our blog’s WordPress interface for years. However, it doesn’t work anymore all of a sudden. We haven’t added any scripts or plugins.

    In doesn’t work in any browser. In Google Chrome it says: “This webpage has a redirect loop”. In Firefox it says: “The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.”

    How can we login to our blog please?

    Thank you very much. I appreciate your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    Also, what is in your root .htaccess file?

    Thread Starter Azam

    (@azaminfo)

    Thank you for your help.

    I have tried to disable the theme, but that then stops everything working… all I see is a blank white page when I try to access any URL of the site (and still can’t login).

    I have tried to disable the plugins using both methods several times, and the plugins are still working. Very strange.

    I have made sure the site is not cached.

    .htaccess has got anti-hotlinking code and:

    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} ^(.*)wp-comments-post\.php*
    RewriteCond %{HTTP_USER_AGENT} ^$
    
    </IfModule>
    # END Better WP Security
    
    #AddHandler application/x-httpd-php52 .php
    
    # BEGIN WordPress
    
    # Link Cloaker Plugin BEGIN
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule goto/([^/]*)/([0-9]+)/([0-9]+)/? https://www.azam.info/wp-content/plugins/link-cloaking-plugin/wplc_redirector.php?post_id=$2&link_num=$3&cloaked_url=$0 [L]
    RewriteRule goto/([^/]+)[/]? https://www.azam.info/wp-content/plugins/link-cloaking-plugin/wplc_redirector.php?name=$1&cloaked_url=$0 [L]
    </IfModule>
    # Link Cloaker Plugin ENDS
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Any help would be most welcome as I still can’t login after many days.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login page at /wp-login.php has suddently disappeared!’ is closed to new replies.