says:
The page isn’t redirecting properly
What can be the reason?
These solusions not working:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
So what have you tried, what does your logs say and what does your configuration look like?
Configuration: server { listen 80; server_name domain.com www.domain.com; root /volumes/html/domain.com; access_log /volumes/html/domain.com/access-https.log; error_log /volumes/html/domain.com/error-https.log; location / { try_files $uri /index.php?$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.4-fpm.sock; } } I've tried clear cookies, removed plugins, there is no .htaccess file I cant access to wp-admin
Why are you running out of date PHP in the first place?
7.4 is out dated?
do you have a proxy in front of wordpress?
Wordpress plugins are disabled No proxies at all
Обсуждают сегодня