500 internal error, request exceeded the limit of 10 internal redirects

[Tue Dec 05 10:31:06.891517 2023] [core:error] [pid 2239195:tid 140363532584704] [client 123.123.213.213:9068] 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.

This usually happens on multisite, when a subsite is overwriting the base url in the .htaccess file.

Example:

The fix in this case is to remove /de so it becomes this:

Leave a Comment