This is a very annoying issue that does not create messages in the error logs, but just keeps looping as if there is an issue. Very sorry to hear that you are having this problem, it’s very frustrating!

Here’s how to fix it… It’s due to a mismatch in URL’s in two locations, the database and the wp-config file.

In the wp config file…

$table_prefix = 'wp_';
define( 'WP_SITEURL', 'http://www.domain.net' );
define( 'WP_CONTENT_URL', 'http://www.domain.net'/wp-content' );
define( 'WP_PLUGIN_URL', 'http://www.domain.net'/wp-content/plugins' );
define( 'WPMU_PLUGIN_URL', 'http://www.domain.net'/wp-content/mu-plugins' );

and also the database, specifically the options table in the “siteurl” and “home” variable.

Make sure the base URL, including the http or https, are all consistent across all these variables.

If it’s not that, send us a support ticket, we’d be curious to see what else it could be!

Brian Singer

Principal
With over 20 years of website development experience, Brian brings a wealth of knowledge around data processing, website hosting, high-level marketing strategy, SEO, and more. Brian is a graduate from the McDonogh School, holds a B.F.A. in Imaging Arts and Sciences from Rochester Institute of Technology and serves on the board of several non-profits.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Brian Singer

Principal
With over 20 years of website development experience, Brian brings a wealth of knowledge around data processing, website hosting, high-level marketing strategy, SEO, and more. Brian is a graduate from the McDonogh School, holds a B.F.A. in Imaging Arts and Sciences from Rochester Institute of Technology and serves on the board of several non-profits.

Post Details