• Resolved dkszone

    (@dkszone)


    Hi,

    I have added a Disclaimer page to my website, and from then on the home page is redirecting to this page.

    You can see the problem in action by going to this link:
    https://www.thewindowsplanet.com/

    I have since then published yet another page, this time with the title “Message”, but the home page still redirects to Disclaimer page.

    Note: None of my WordPress settings have been changed prior to this problem, including the ‘Front page displays’ which has always been set to ‘Your latest posts’ in Reading Settings of WordPress dashboard.

    I have checked my htaccess file, and this is all it has:

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

    # END WordPress

    I have been using W3 Total Cache since the past few months.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Redirectig To Disclaimer Page’ is closed to new replies.