AH00124: Request exceeded the limit of 10 internal redirects due to probable con
-
Hi my friends, help
AH00124: 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.
Hi minubaltic,
Thanks for reaching to us.
Please contact your host provider support, they will check the provided capacity and increase. The problem is caused by the limitation of the provided capacity.
Best Regards
I applied, their answer to me was like this, you must use the correct .htcasses codes,
Hi minubaltic,
Please follow this article to reset .htaccess file content to default https://servebolt.com/help/technical-resources/how-to-fix-the-too-many-redirects-error-message/
I also highly recommend you to take a complete backup of your site before proceeding.
Regards,
this code RewriteRule . /index.php [L]
I changed it to RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
It seems to be working smoothly now, but what I want to ask is whether this new code is safe?
Hi minubaltic,
You can read more about it here, it can helps you understand better https://stackoverflow.com/questions/12551382/what-does-1-qsa-l-mean-in-my-htaccess-file
Regards,