• Hello people,

    I have a big problem.
    We cant log into the Dashboard from WordPress.

    The /wp-admin Login says following error:
    ERR_TOO_MANY_REDIRECTS

    We tried:
    – delete the cookies in chrome
    – different browsers
    – deactivated the plugins via FTP

    The Website is still working in the frontend but we cant edit anything or get in the backend. We really need help!

    Thank you!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey ????,

    It is possible that you have a conflicting rule in your .htaccess file.

    Since you have FTP access. rename your current .htaccess file so that you have a backup and create a new one with the default rules in it.

    You can copy and paste the following code (Default WordPress Settings)

    # BEGIN WordPress
    <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

    Hope this helps

    Thread Starter pn5880

    (@pn5880)

    I just copied the .htaccess from the Desktop to the ftp with the complete Code.
    It still doesnt work..

    I put the code from #BEGIN WordPress

    What is your website URL?

    Thread Starter pn5880

    (@pn5880)

    Thread Starter pn5880

    (@pn5880)

    Thank you already Ibrahim! ??

    I analyzed your URL with this tool https://www.redirect-checker.org/

    From the results I believe you have set your site to load over HTTPS without installing and configuring an SSL/TLS certificate properly.

    You can change the settings by editing your wp-config.php file and defining the URL values of the following two WordPress constants (If ).

    define('WP_HOME','https://www.parkett-spielberg.de');
    define('WP_SITEURL','https://www.parkett-spielberg.de');

    Results from the analysis

    >>> https://www.parkett-spielberg.de/wp-admin/
    
    > --------------------------------------------
    > 301 Moved Permanently
    >>> https://www.parkett-spielberg.de/wp-admin/
    
    > --------------------------------------------
    > 302 Found
    • This reply was modified 3 years, 9 months ago by Ibrahim Nasir.
    Thread Starter pn5880

    (@pn5880)

    Thank you Ibrahim.
    It had a look in the wp-config. File but didnt find any WP_HOME or _WP_SITEURL Tags.

    Where do I have to insert them?

    Paste them at the bottom end of the file

    Thread Starter pn5880

    (@pn5880)

    It has still the Error
    “ERR_TOO_MANY_REDIRECTS”.

    I pasted the code
    define(‘WP_HOME’,’https://www.parkett-spielberg.de&#8217;);
    define(‘WP_SITEURL’,’https://www.parkett-spielberg.de&#8217;);

    at the End of the wp-config..

    Can you check again?

    I’m sorry I couldn’t help.

    The only option I can think is to ask your host. If your hosting provider uses Nginx then maybe it’s from the server config.

    There support team should be able to help you.

    Good Luck

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Admin Login not possible (’ is closed to new replies.