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);

Leave a Reply

Your email address will not be published. Required fields are marked *