Different pages high quality however wp-admin exhibiting ERR_TOO_MANY_REDIRECTS Error and may’t let me login into dashboard
FIXED
okay guys I’ve solved this subject right here is my repair
1- to start with you’ll need entry to FTP or C-panel
2- go to public_html > now for this to work plz reset your wp-config.php you are able to do it by eradicating pointless code, here’s a pattern wp-config.php (if you do not have) :
<?php
/**
* The bottom configuration for WordPress
*
* The wp-config.php creation script makes use of this file in the course of the set up.
* You do not have to make use of the website, you may copy this file to "wp-config.php"
* and fill within the values.
*
* This file comprises the next configurations:
*
* * Database settings
* * Secret keys
* * Database desk prefix
* * ABSPATH
*
* @hyperlink https://wordpress.org/help/article/editing-wp-config-php/
*
* @bundle WordPress
*/
// ** Database settings - You may get this information out of your net host ** //
/** The title of the database for WordPress */
outline( 'DB_NAME', 'database_name_here' );
/** Database username */
outline( 'DB_USER', 'username_here' );
/** Database password */
outline( 'DB_PASSWORD', 'password_here' );
/** Database hostname */
outline( 'DB_HOST', 'localhost' );
/** Database charset to make use of in creating database tables. */
outline( 'DB_CHARSET', 'utf8' );
/** The database collate kind. Do not change this if unsure. */
outline( 'DB_COLLATE', '' );
/**#@+
* Authentication distinctive keys and salts.
*
* Change these to completely different distinctive phrases! You may generate these utilizing
* the {@hyperlink https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You may change these at any time limit to invalidate all present cookies.
* This can pressure all customers to need to log in once more.
*
* @since 2.6.0
*/
outline( 'AUTH_KEY', 'put your distinctive phrase right here' );
outline( 'SECURE_AUTH_KEY', 'put your distinctive phrase right here' );
outline( 'LOGGED_IN_KEY', 'put your distinctive phrase right here' );
outline( 'NONCE_KEY', 'put your distinctive phrase right here' );
outline( 'AUTH_SALT', 'put your distinctive phrase right here' );
outline( 'SECURE_AUTH_SALT', 'put your distinctive phrase right here' );
outline( 'LOGGED_IN_SALT', 'put your distinctive phrase right here' );
outline( 'NONCE_SALT', 'put your distinctive phrase right here' );
/**#@-*/
/**
* WordPress database desk prefix.
*
* You may have a number of installations in a single database when you give every
* a novel prefix. Solely numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* For builders: WordPress debugging mode.
*
* Change this to true to allow the show of notices throughout growth.
* It's strongly advisable that plugin and theme builders use WP_DEBUG
* of their growth environments.
*
* For info on different constants that can be utilized for debugging,
* go to the documentation.
*
* @hyperlink https://wordpress.org/help/article/debugging-in-wordpress/
*/
outline( 'WP_DEBUG', false );
/* Add any customized values between this line and the "cease modifying" line. */
/* That is all, cease modifying! Comfortable publishing. */
/** Absolute path to the WordPress listing. */
if ( ! outlined( 'ABSPATH' ) ) {
outline( 'ABSPATH', __DIR__ . "https://wordpress.stackexchange.com/" );
}
/** Units up WordPress vars and included information. */
require_once ABSPATH . 'wp-settings.php';
Now bear in mind to alter outline worth by your wp-config.php values ,
Inshort Take away earlier reply options that requires modifications in wp-config.php
now go to your your website admin space and when it begins loading shortly delete .htaccesss file from public_html or from root listing it’s going to load you to the login web page
I repeat: when wp-admin begins to load shortly delete .htaccess file
issues I additionally DID besides this: reinstalled wordpress besides the wp-content folder and wp-config.php
if it would not be just right for you strive deactiviting all plugins and themes
Thanks