Home Forums WoodMart support forum AH00124: Request exceeded the limit of 10 internal redirects due to probable con

AH00124: Request exceeded the limit of 10 internal redirects due to probable con

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #567442

    minubaltic
    Participant

    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.

    #567585

    Hung Pham
    Keymaster

    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

    #567608

    minubaltic
    Participant

    I applied, their answer to me was like this, you must use the correct .htcasses codes,

    #567912

    Hung Pham
    Keymaster

    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,

    #567954

    minubaltic
    Participant

    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?

    #568109

    Hung Pham
    Keymaster

    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,

Viewing 6 posts - 1 through 6 (of 6 total)