• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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