Symptoms
The website will not load and may display an "ERR_TOO_MANY_REDIRECTS" message. Entries containing the following are found in the Apache error log.
AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Description
Sites encounter ERR_TOO_MANY_REDIRECTS errors when one or more .htaccess rewrite rules are misconfigured, resulting in an endless loop of redirects.
Workaround
Correct or comment out the problematic rewrite rules.