Hello everybody,
I have tried them all but I keep getting the same error, if I try to access wp-admin I get "ERR_TOO_MANY_REDIRECTS" error. I'll tell you.
1) Every morning the domain gave me this error "pstream timed out (110: Connection timed out) while connecting to upstream"
2) I decided to disable the option in "nginx settings Proxy mode" and magically everything is back to work (so I hoped)
3) I realized that all permalinks returned 404 error so I decided to convert the htaccess file and enter the following parameters
"if (! -f $ request_filename) {
set $ rule_1 1 $ rule_1;
}
if (! -d $ request_filename) {
set $ rule_1 2 $ rule_1;
}
if ($ rule_1 = "21") {
rewrite /. /index.php last;
} "
magically no 404 error, but from now on if I try to access the wp-admin page I get the error ERR_TOO_MANY_REDIRECTS from here on all the solutions I have entered and to try to solve this error with poor results:
1) In the wp-config file I have inserted
define ('WP_HOME', 'https: //example.com');
define ('WP_SITEURL', 'https: //example.com');
2) I have disabled "Permanent SEO-safe 301 redirect from HTTP to HTTPS"
3) I selected in Preferred domain: "example.com"
4) I deleted the wordpress cache folders
5) I have renamed the plugin folder
6) I also deleted the .htaccess file (useless now as I only use nginx)
But it still doesn't work! I'm really desperate
Only you can help me !! What else can I try?
Thanks so much for your help.
I have tried them all but I keep getting the same error, if I try to access wp-admin I get "ERR_TOO_MANY_REDIRECTS" error. I'll tell you.
1) Every morning the domain gave me this error "pstream timed out (110: Connection timed out) while connecting to upstream"
2) I decided to disable the option in "nginx settings Proxy mode" and magically everything is back to work (so I hoped)
3) I realized that all permalinks returned 404 error so I decided to convert the htaccess file and enter the following parameters
"if (! -f $ request_filename) {
set $ rule_1 1 $ rule_1;
}
if (! -d $ request_filename) {
set $ rule_1 2 $ rule_1;
}
if ($ rule_1 = "21") {
rewrite /. /index.php last;
} "
magically no 404 error, but from now on if I try to access the wp-admin page I get the error ERR_TOO_MANY_REDIRECTS from here on all the solutions I have entered and to try to solve this error with poor results:
1) In the wp-config file I have inserted
define ('WP_HOME', 'https: //example.com');
define ('WP_SITEURL', 'https: //example.com');
2) I have disabled "Permanent SEO-safe 301 redirect from HTTP to HTTPS"
3) I selected in Preferred domain: "example.com"
4) I deleted the wordpress cache folders
5) I have renamed the plugin folder
6) I also deleted the .htaccess file (useless now as I only use nginx)
But it still doesn't work! I'm really desperate
Thanks so much for your help.