• pelippa

    (@pelippa)


    Very strange behaviour.
    I installed my website locally and it works fine!
    I dis the same on-line on an Italian proveder well known, starting from zero (WP install procedure from the beginning), the installation completed successfully, I can connect to …/wp-admin, but the site homepage doesn’t load! 🙁
    The page wait… wait… wait… for minutes (blank page) without any error msg; after several minutes I stopped.
    The version of MySQL is 5.5.
    On the same Internet provider I have other WP sites, running fine.
    Any help?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to your site! Thanks.

    Can you access other pages on the site or is it just the home page that has this problem?

    Thread Starter pelippa

    (@pelippa)

    http://www.avismonzaebrianza.it
    This is the initial installation (no further pages created), so I don’t know about other pages, but previously I tried restoring my local site, and I can tell you that for the homepage the problem was the same, but other pages were properly loaded.
    Many thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You have a nasty redirect loop there. What does your .htaccess file look like?

    You may want to also try the “first” method:

      This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
    Thread Starter pelippa

    (@pelippa)

    As I told, this seems to be very unusual.
    The file .htaccess is very simple:

    # BEGIN WordPress

    # END WordPress

    Because I’m speaking about “installation”, I have no active plugins, and the default theme is “Twenty sixteen” with no changes made by myself.
    Maybe the source of the problem could be related to the versions of PHP, MySQL; Apache?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    replace that with

    # 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>
    # END WordPress
    Thread Starter pelippa

    (@pelippa)

    🙁

    I did the changes to .htaccess, but nothing changed.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    If I go to a non-existent page, I get to the 404 page:

    http://www.avismonzaebrianza.it/xxxxxxxxx

    But any other link gives a redirect loop. I’m at a loss right now.

    Thread Starter pelippa

    (@pelippa)

    If this can help, I created a “sample page”, and the direct link works.
    Try this one:

    http://www.avismonzaebrianza.it/sample-page-2/

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘After installation homepage doesn’t load’ is closed to new replies.