• Resolved elisa13

    (@elisa13)


    After updating our site to WordPress 4.5.2, all pages work as normal EXCEPT the home page: https://preferredcoating.com/

    When I went to Settings > Reading> Set Home to static, if I set any page to static, the home page does not show. I have tested in multiple browsers and all browsers show ‘problem loading page’ error.

    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept cookies.

    To troubleshoot, I have done the following and still having same issue:
    Upgraded all plugins. Disabled all plug ins. Upgraded all themes.
    Switched the theme to Twenty Fourteen & Twenty Sixteen and upgraded Divi. I have the latest version of WordPress 4.5.2
    Here is my site: https://preferredcoating.com/

    The only work around that has the client semi-satisfied while we resolve is I have set the home page to posts.
    This is how it is set currently.

    If you click on any other pages on the site, those pages appear with no issues: https://preferredcoating.com/e-coating/ for example. The problem is with the home page set to any static page.

    Any other ideas of how to fix?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello, have you tested the Static Page itself (on its own url), to see if it is loading correctly?

    S.

    Thread Starter elisa13

    (@elisa13)

    yes. every page I try works on their own as long as they are not set as the static page:

    https://preferredcoating.com/dallas-preferred-e-coating/ was the original home page that was set to static. As you can see, we can view it perfectly.

    Once I started troubleshooting, I created this page,
    https://preferredcoating.com/home/ and it too will not work if I set it as the home page.

    Currently the https://preferredecoating.com/ is set to show Posts. There is no problem loading.

    However, I need to make one of the other pages the static home page.

    @elisa13, I’ve been reading similar situations to yours, and some suggest updating the permalinks once you choose the static page option (just saving it, no need to change it, or leave it at the default setting).
    Maybe try that.
    I have several sites with Divi and static front pages and they are working fine with the latest WP version.
    I’ll keep looking!

    Thread Starter elisa13

    (@elisa13)

    Thank you for the suggestion and the help! I did try that and same problem.

    I set the static home page and if you click on
    https://preferredecoating.com/ you will see the error message.

    I too have multiple sites with Divi and not had any problems. This client has PHP 5.4 running. From reading other forums, I am wondering if PHP 5.6 or 7.0 might resolve our issues?

    Again, thank you so much for the help.

    Someone also mentioned checking the error logs, though not sure whether just the wp logs or the site logs.

    No probs. Have you thought of turning on the debug feature on wp_config.php? Sometimes that gives extra info.

    Hi elisa13, any luck with this? Have you moved a copy to localhost to test it out?

    Thread Starter elisa13

    (@elisa13)

    Hello – yes! Thank you @solybarr for checking. I need to mark topic as resolved. Here is what we found.

    .htaccess had code that was sending the site into a loop which made the browser not show the page. Thankfully, our hosting site found it when we were verifying the php version. Not sure when it happened but it most likely was from one of the upgrades from the plugins.

    He removed that code (sorry don’t have the exact code since they removed) and we are back!

    So glad its fixed!

    Solybarr,

    I am dealing with the exact same issue. I deleted the contents of .htaccess but that did not fix my issue. What is in your htaccess file now?

    Thread Starter elisa13

    (@elisa13)

    Here is our .htaccess code now – hope this helps you.

    AddHandler application/x-httpd-php56 .php

    <IfModule mod_suphp.c>
    suPHP_ConfigPath /opt/php54/lib
    </IfModule>

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Setting Home page to a static page makes site not load’ is closed to new replies.