Jump to content

Recommended Posts

Posted

Hi

I have been getting these errors in my error log files

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.

I did a bit of research it seems it could be down to the htaccess file on the installations. This piece of code people are altering but not sure where to start

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 does anyone know anything about these and how to stop these errors, i underdtand that it itnernal but is it caused by the htaccess that came with my install?

 

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...