• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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