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);
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);
Designed using Responsive Brix. Powered by WordPress.