Me enfrento a un error de servidor interno 500 en mi local. Lanza el siguiente 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. Y mi archivo .htaccess es
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]He intentado muchas formas de solucionarlo. pero no se soluciona. si alguien me ayuda eso me sera util