Tag: wp-config.php

  • Fix Error Too Many Redirects on WordPress Admin page or Blog

    There are several cases for the cause and multiple solutions also: 1 Add these 2 lines in wp-config.php file 2 Edit these settings in database directly using PhpMyAdmin in table options or wp_options in option_id, option_name (1,siteurl) and (2,home) 3 You can do the same by Editing wp-config.php and adding these 2 lines 4 Fix…