• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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