To many redirect on wp-admin folder
-
Yes, I know that similar questions have been asked here before, but the answers didn’t help me.
I have WordPress 4.x + Nginx + CloudFlare. The site address is specified as https:// in the settings. When I try to change it in any way, I can’t access the admin panel. It starts an endless redirect loop.
I’ve tried various methods, including changing Nginx and CloudFlare settings, and adding HTTPS lines to the wp-admin file.
Nothing works.
The problem is also that this is an old version, and I want to update to WP 6.6.1. I bought a new domain for testing, a new server, and installed Apache 2.4.62?+ PHP 8.3.10.
During installation, I received the “Password strength unknown” error. I found a solution online – I needed to add $_SERVER[‘HTTPS’] = true; I added it, and the error disappeared. After installation, I removed this line.
To my surprise, when I accessed a completely new, empty WP 6.6.1 installation, without a single plugin, without any .htaccess files, or anything else, I couldn’t access the admin panel! The ERR_TOO_MANY_REDIRECTS issue started again.
Can you explain what exactly is wrong???
Are WP and CloudFlare completely incompatible?
- You must be logged in to reply to this topic.