pjj
0
Q:

ERR_TOO_MANY_REDIRECTS wordpress

# update wp-config file
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

#also add
define('FORCE_SSL_ADMIN', true);
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
    $_SERVER['HTTPS']='on';
0

Tags

New to Communities?

Join the community