Defect #10794
closedFilter chain halted as [:check_if_login_required] rendered_or_redirected.
0%
Description
Here is the error I am getting:
[Fri Apr 27 22:20:06 2012] [error] [client 76.185.113.106] 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.
The following is a LogLevel Debug
[Fri Apr 27 22:20:06 2012] [debug] core.c(3112): [client 76.185.113.106] r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /home/imperium/public_html/index.php
[Fri Apr 27 22:20:06 2012] [debug] core.c(3118): [client 76.185.113.106] redirected from r->uri = /login
This is a CentOS system. This was working perfectly fine two days ago, and began doing this today. Is there a feature that we need to disable to keep people from auto logging in or something else.
Thanks
Updated by Teriance Viernion about 13 years ago
For some reason, the .htaccess in the public folder was missing. I copied over the htaccess.example, renamed it, and it's running again. What would have caused the .htaccess to disappear?
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Updated by Teriance Viernion about 13 years ago
Interesting. The issue was closed, yet no offer of any issue that would have either A.) caused the .htaccess to disappear or B.) what caused it in the first place.