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?
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?