• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ERR_TOO_MANY_REDIRECTS

Sergey_ant

New Pleskian
If I switch on Preferred domain function and set redirect to domain name without www then I get err in my browser: "ERR_TOO_MANY_REDIRECTS". What could be a problem?
This is content of my .htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
 
Hi Sergey,

Could you check if "siteurl" in table [prefix]_options is with or without "www"? Wordpress will likely try to redirect to its main url so if you force it with Plesk and they are different it will cause a redirect loop.
 
err_too_many_redirects is a Chrome browser error which reflect that the site you want to go is redirecting you somewhere else then further redirecting you somewhere else and so on. To get rid of this problem first clear all browsing data, Remove extra or useless browsers extensions, Check date and time is correct. After doing these things hope you don't see this error again.
 
Back
Top