• Resolved manu.p

    (@manup-1)


    Hi !

    It is time for us to upgrade to PHP 7 (curr. 5.6) on a mutualised host where we get a 4.9.8–fr_FR wordpress running fine since years.

    But switching to PHP 7.x results in an error :

    >
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.
    Apache/2.4.10 (Ubuntu) Server at http://www.combustible.fr Port 80

    When I look in the error log, I find something like :
    apache2[4]: [core:error] . . . 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.

    I’ve tried to use LogLevel debug’ for no more information in the error log.

    In order to investigate a bit, I’ve changed the theme to Twenty Eleven : same error.

    I’ve then turned off each extension one by one : same error.

    ‘PHP Compatibilty Checker’ says everything is OK for all active plugins and extension.

    Here’s my .htaccess, I guess it’s where something’s going from but can’t figure out what although I already tried some changes in it. Any help appreciated, thanks!

    AddType application/x-httpd-php5 .php
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ /index.php/$1 [L,QSA]
    </IfModule>
    
    # END WordPress

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter manu.p

    (@manup-1)

    OK, think I got it : commented out the 1st line AddType… and that’s all right now.

    • This reply was modified 5 years, 5 months ago by manu.p. Reason: forgot to mark it as resolved
    pani8

    (@pani8)

    Hi,manu.p

    I already get the same situation like you so, Are you fixed it work now?
    I really hope you find it out!! and please share with me what should I do next…

    Thank in advance

    Thread Starter manu.p

    (@manup-1)

    Hey @pani8, as I mentioned I just removed the line with AddType application/x-httpd-php5 .php in our .htaccess file and that was all. Works fine till then.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP 7 & AH00124: Request exceeded the limit of 10 internal redirects’ is closed to new replies.