I am facing 500 Internal Server Error on my local. It throws below error
[Thu Apr 02 22:03:18.752444 2020] [core:error] [pid 3996:tid 1180] [client ::1:9949] 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.
And my .htaccess file is
RewriteEngine On
# Redirect to trailing slash.
RewriteRule ^/japan-constitution(.*) /japan-constitution/$1 [R=301,L]
# Handle 404
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
RewriteRule ^ /interactive/japan-constitution/404.html [L]
I have tried many ways to fix it. but it is not solved. If anybody help that will be helpful for me