WordPress – wp-admin – too many redirect
When you switch to cloudflare and your origin only serves http, if you go to /wp-admin/ you see it’s endless redirecting.
To fix this – add this in your wp-config.php
define(‘FORCE_SSL_ADMIN’, false);
My daily IT journal
When you switch to cloudflare and your origin only serves http, if you go to /wp-admin/ you see it’s endless redirecting.
To fix this – add this in your wp-config.php
define(‘FORCE_SSL_ADMIN’, false);