• I just upgraded to 2.7.1 – following all the detailed instructions precisely. First time blog loaded fine. I logged in to admin to check it out, and activate plugins (akismet and wordpress database backup). Then returned to site page and got redirect loop error. I can still access admin Ok, but the blog itself always returns redirect error. (With or without plugins activated)

    Any ideas. Blog is at https://www.peterrussell.com/wordpress/

    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter elfrock

    (@elfrock)

    I suspect the .htaccess file. Here’s what I carried over into the new version:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    Thread Starter elfrock

    (@elfrock)

    Tried removing the .htaccess but same problem.

    For the moment, I’ve reloaded previous version. But would still appreciate help getting new version working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect Loop after upgrade’ is closed to new replies.