How to Troubleshoot Redirecting Issue in WordPress?

There are multiple ways to troubleshoot redirecting issue in WordPress.

Troubleshoot 1.

  • Login to your WordPress admin panel.
  • Navigate to Settings page and click General Settings.
  • Double-check and ensure that both, the WordPress and Site addresses, match.

Troubleshoot 2.

  • Login to cPanel and go inside File Manager section.
  • Check for a .htaccess file outside as well as inside of public_html.
  • Open the .htaccess file and check for the redirection rule.

Troubleshoot 3

  • Inside File Manager, go to your WordPress installation folder and find the wp-config.php file.
  • Open wp-config.php file and check your script for the following two global variables – define( ‘WP_HOME’, ‘http://www.mydomain.com’ ); and define( ‘WP_SITEURL’, ‘http://www.mydomain.com’).
  • Please verify that the WP_HOME address matches the WP_SITEURL hostname in the code.

Troubleshoot 4.

  • Login to your Cloudflare account.
  • Select the domain where you want to edit your page rule.
  • Now locate the rule to Edit.
  • To remove the rule, click the Delete button (x icon) and confirm it by clicking OK.
To know the detailed procedure, visit the blog.
  • redirect issue in wordpress site, troubleshoot Redirecting issue in WordPress website
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Fix WordPress error “There has been a critical error on your website”

Step::1 First of all login to your cPanel and go to File ManagerStep::2 Go inside public_html and...

How to Stay Logged in for a longer period in your WordPress?

Step::1 First of all you must know the theme which is currently activated in your website. So...

How to bulk delete spam comments in your WordPress website?

Step::1 Login to your cPanel and click on File Manager sectionStep::2 Go to public_html and then...

How to Change WordPress logo in wp-admin page?

Step::1 Login to your cPanel and go to File Manager sectionStep::2 Now go to Public_html Step::3...

How to Change WordPress Admin Username?

Step::1 Login to your WordPress dashboardStep::2 Now at the same time login to your WordPress...