これは私の .htaccess です
ErrorDocument 404 /404.html
しかし、たとえば、間違った URL を入力するhttp://127.0.0.1:8080/myweb/wrong-url.php
と、404.html に移動せず、500 INTERNAL SERVER 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.