• My main homepage for wordpress will not appear. It started happening 2-3 months ago I believe. I think it has to do with permalinks because the homepage appears when I switch permalinks to “plain” setting, but it will not work when I’m using “post” setting.

    My other pages/posts are functioning properly to the point where I am receiving visitors per google analytics and selling products through paypal (which are linked from posts/pages on my website).

    Can anyone please shed some light on what is going on with my website? Your help is very much appreciated. Thank you in advance for any assistance you can provide.

    The website is: https://superbraindiet.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @superbraindiet,

    I guess maybe there are some code caused the problem? In general, the first thing we do is enable wordpress debug, it is very easy:
    1: you can just backup your wp-config.php
    2: edit wp-config.php
    3: In wp-config.php find the code line

    define( ‘WP_DEBUG’, false );

    and change it as

    define( ‘WP_DEBUG’, true );

    4: Open your main home page and find what is the error notice — with the line number and path of the theme or plugin which have problem.

    5: Then you can deactivate the theme or plugin or just upgrade it

    Hope this can help you? Have a good day. ??

    Best Regards,
    Tomas

    It looks like your homepage is caught in a too many redirects loop, which means that somewhere in your configuration you have a problem.

    First thing to do is go into your admin / settings and check that your site url is correct. It should be superbraindiet.com

    If that’s not the problem, then try de-activating your plugins, to see if there’s a problematic plugin configuration. Go through them one by one to see if you can narrow down the problem there.

    You can also make a backup of your .htaccess file – in the root directory of your WordPress installation, and then delete it. Then in your WP dashboard go to settings / permalinks and click save to generate a new .htaccess file. The .htaccess file controls the redirects so generating a fresh one, coupled with the steps above, may fix the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main Webpage will not appear, other pages do appear’ is closed to new replies.