• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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