I can't login to my admin dashboard

I did cloudflare settings then, after changing WP site URLs to https in the MySQL database, website won’t open
I even added

define(‘WP_HOME’,‘https://quinnstech.ga’);
define(‘WP_SITEURL’,‘https://quinnstech.ga’);
to my wp-config.php file

it writes
"redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS"

URL is

Is always https on in cloudflare?

no, it isn’t. it’s off

Any wordpress SSL/HTTPS plugin?

1 Like

nothing like that. no

any luck with it?? please

Hi @QuinnRoyalty!

I have fixed the issue from website’s side. Now please do the following ones strictly:

Please go to:

  1. Cloudflare cPanel > Crypto > Automatic HTTPS Rewrites > Off

  2. Cloudflare cPanel > Crypto > Always use HTTPS > Off

  3. Cloudflare cPanel > Crypto > SSL > Full

  4. Cloudflare cPanel > Page rules > Create page rule: http://*quinnstech.ga* -> Always use HTTPS


Now wait 5 minutes, fully refresh your webpage and try again.

1 Like

I’ve done all you said…

Perfect! Now clear your browser cache.

Your admin page is: https://quinnstech.ga/wp-admin

1 Like

thanks so much, it worked

You’re welcome :blush:


For future please do avoid using https:// in Wordpress URL Settings as it will interfere with Cloudflare.

Better use Cloudflare page rules for that :wink:

2 Likes