0

自分のページでこのエラーを見つけました

 Internal Server Error

 The server encountered an internal error or misconfiguration and was unable to complete your request.

 Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

 More information about this error may be available in the server error log.

そして、Apacheエラーログでこのエラーを見つけました

[Tue Mar 19 11:28:28 2013] [error] [client 127.0.0.1] File does not exist:        C:/wamp/www/favicon.ico
[Tue Mar 19 11:28:30 2013] [error] [client 127.0.0.1] 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., referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3112): [client 127.0.0.1] r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/public/index.php, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [debug] core.c(3118): [client 127.0.0.1] redirected from r->uri = /iBlog/index/login, referer: http://iblog.local/iBlog/
[Tue Mar 19 11:28:30 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico

他のテンプレートにアクセスしたい

コントローラーは index で、テンプレート名は login です

 <a href= "index/login">Login</a>

どうすればエラーを解決できますか。

4

1 に答える 1

1

ページhttp://iblog.local/iBlog/がそれ自体にリダイレクトされ、Web サーバーがループに陥ります。そのリダイレクトを確実に削除する必要があります。

于 2013-03-19T03:37:19.450 に答える