loccom Posted Thursday at 11:36 AM Posted Thursday at 11:36 AM 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?
teraßyte Posted Thursday at 02:44 PM Posted Thursday at 02:44 PM Which version are you using? That's a really old .htaccess file. If you use the latest 4.7.19 version, re-download the latest .htaccess file from the ACP.
Recommended Posts