Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    What’s in your .htaccess file?

    Also check settings – reading. Might be set to a static page.

    Thread Starter normgregory

    (@normgregory)

    It’s the basic .htaccess.

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

    # END WordPress

    Thread Starter normgregory

    (@normgregory)

    No static page is set.

    Are you using a redirect plugin? Try disabling your plugins to see if the problem goes away. Try reuploading your .htaccess and make sure that the uploaded file starts with a period.

    Thread Starter normgregory

    (@normgregory)

    That was it!!

    I disabled Redirection, v2.0.5, “A redirection manager By John Godley.”

    Maybe I did recently upgraded it.

    Thanks all for pitching in. This one had me bumfuzzled.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mysterious Redirection’ is closed to new replies.