• I have never seen anything like this. The blog page on a clients site redirects to a page that shows site files and such. I have reinstalled WP (although I pointed the new install to the old database after install) but no matter what I do it keeps going to this page. I have deleted the original blog page and recreated a new one named something else.

    Here is the link to the screwy page:
    https://www.integritycounsellingservices.com/?page_id=823

    My htaccess is the standard one:

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

    # END WordPress

    One other thing: when the permalinks are set to default it goes to the screwy page but the rest work fine, when they are set to custom (I am using /%postname%) that page gets a redirect loop error but again the rest work fine.

    Jodie ‘Why do I get all the off the problems no one has ever heard of?” Burdette
    https://www.OutSourcingPro.biz

  • The topic ‘Blog Page Redirecting to Strange Page’ is closed to new replies.