Wp admin page not working

website: mytestblog.gq

The error i get is;

See this site for more: How to Fix Error Too Many Redirects Issue in WordPress

This is usually due to an SSL/redirection issue, the article above should be some help

2 Likes

DO NOT USE FULL MODE WHEN USING HTTPS CLOUDFLARE ON YOUR SITE INSTEAD JUST USE FLEXIBLE MODE

5 Likes

This is due to mixed content. If you open up the console, you will see many mixed content errors. There are many ways to fix this, but this is the way I use:

Go to wp-config and then insert this code :$_SERVER['HTTPS'] = 'on'; right after <?php.
It should look like this:


This way, you can use your wp-admin.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.