我的任务是维护一个我不太了解的网站,每 20 分钟我就会在日志文件中遇到这个问题
Request exceeded the limit of 2000 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
我的 .htaccess 文件可在此处获得 - http://pastebin.com/N4GQx73x
我什至尝试了一些我在网上找到的修复方法
RewriteCond %{REQUEST_URI} ^/(stats/|404.php|failed_auth.html|error/).* [NC]
RewriteRule .* - [L]
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* - [L]
无济于事。mod_rewrite 超出了我的范围。但是我认为可能是以下 3 行导致错误,但不太确定是哪种情况导致错误。
(5) strip matching prefix: /var/www2/blogs.*DELETED*.co.za/index.php -> index.php
(4) add subst prefix: index.php -> /index.php
(1) [perdir /var/www2/blogs.*DELETED*.co.za/] internal redirect with /index.php [INTERNAL REDIRECT]
我已经浏览了尽可能多的文章,但我似乎无法缩小原因
请帮我