Request exceeded the limit of 100 internal redirects

Bidhan

Member
Jan 31, 2018
6
1
3
Nepal
cPanel Access Level
Reseller Owner
AH00124: Request exceeded the limit of 100 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

I've been receiving the above log on apache error.log file. Though I've increased the default internal redirects to 100 I still have the same slow browsing issue for all the domain.

Here is the .htaccess content.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [L]
SuPHP_ConfigPath /home/user/public_html/php.ini

I have a question is there any way to handle this issue from server end rather contacting the developer?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello,

Can you verify if the issue persists when temporarily removing those Mod_Rewrite rules?

Thank you.