Viewing 4 replies - 1 through 4 (of 4 total)
  • Disable all your plugins, reload page and add them back one by one.

    What theme are you using?

    Thread Starter jhgall

    (@jhgall)

    I think this might be an IIS issue in a shared environment.

    In the index.php, I replaced the following line

    require(‘./wp-blog-header.php’);

    with

    require(‘wp-blog-header.php’);

    Now, it seems to work.

    Thanks, thanks thanks !!!!!!!

    YES YES YES YES !!!!!!

    Please spread the word….I am sure there are many other people with the same problem.
    I spent two days trying to find out a solution for this.

    I had the same issue with a blank blog home page after install. My index.php page in the WordPress install directory looked like this…

    <html><head>
    <title>Untitled</title>
    </head>
    <body>
    <?
    ?>
    </body><html>
    <head> <title>Untitled</title></head>
    <body>
    <?
    ?>
    </body></html></html>

    I had a second site and copied the index.php page that read…

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    And it works just fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blank home page…please help!’ is closed to new replies.