Request exceeded the limit of 10 internal redirects

Error : 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
Solution : When access the domain and the domain not shows the content and the server logs shows the above error then you need to add the following code in .htaccess file.

RewriteCond %{ENV:REDIRECT_STATUS} 200

Or
If you are facing this problem for the addon domain then add the following Rewrite rules in main domain .htaccess file.

RewriteCond %{HTTP_HOST} ^(www\.)?addon_domain\.com
Rewriterule .* – [L]

Note : Replace the “addon_domain.com” to original your addon domain name

2 Thoughts to “Request exceeded the limit of 10 internal redirects”

  1. srj

    What for subdomain?
    We are facing the same issue for sub-domain.
    Please give some solution.

  2. Hello,
    You can enter the subdommain name or check your main domain .htccess file

Leave a Comment