Forums

Redirect Loop after upgrade (3 posts)

  1. elfrock
    Member
    Posted 3 years ago #

    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 http://www.peterrussell.com/wordpress/

    Peter

  2. elfrock
    Member
    Posted 3 years ago #

    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>

  3. elfrock
    Member
    Posted 3 years ago #

    Tried removing the .htaccess but same problem.

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

Topic Closed

This topic has been closed to new replies.

About this Topic