Tags: WordPress

Too many WordPress redirects
Add the following code at the beginning of the php file wp-config.php in the root directory of the website:

 $_SERVER['HTTPS'] = 'on'; define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true);
At 15:47 on October 2, 2022 0 comments • 1.39k readings