Day: December 6, 2016
Redirect loop in WordPress admin only, not on front end
WordPress depends on a variable, $_SERVER[“HTTPS”] to check if it is on SSL. As a consequence, when this variable is not set and SSL is forced, WordPress tries to redirect back to http. This causes redirect loops on the back-end only, and not on the front-end. Really Simple SSL fixes this by adding $_SERVER[“HTTPS”] = “on”; to your wp-config.php. If you have activated Really Simple SSL, enabled SSL, and still have this issue: something might have gone wrong with the
Leon Wimmenhoeve
December 6, 2016