2 Comments
  1. Did you clear the server cache (at the root level) and delete your browser history?

  2. It sounds like a URL or database configuration issue. First, check your WordPress wp-config.php file to ensure the WP_HOME and WP_SITEURL constants point to the correct URL. If these are not set, you might need to add them:

    define(‘WP_HOME’, ‘http://yourdomain.com’);

    define(‘WP_SITEURL’, ‘http://yourdomain.com’);

    Next, access your site’s database through a tool like phpMyAdmin and check the wp_options table. Look for the siteurl and home entries and ensure they are correct.

    If you have a backup, try restoring it to revert any unintended changes.

    You can also use FTP to access your WordPress files and temporarily rename the plugins folder to disable them. This can help if a plugin is causing the redirect issue.

    Finally, check the .htaccess file in your WordPress root directory for any incorrect redirects or rules that might be causing issues.

    If these steps don’t work, consider reaching out to your hosting provider for support, as they might be able to restore a recent backup or provide additional assistance.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer