Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache 500内部服务器错误定位错误_Apache_Zend Framework_Anchor_Smarty3 - Fatal编程技术网

Apache 500内部服务器错误定位错误

Apache 500内部服务器错误定位错误,apache,zend-framework,anchor,smarty3,Apache,Zend Framework,Anchor,Smarty3,我在我的页面中发现了这个错误 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, a

我在我的页面中发现了这个错误

 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
我想访问我的其他模板

它的控制器是索引 模板名为login

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


我怎样才能解决这个错误

页面重定向到自身,并将Web服务器发送到一个循环中。您只需确保删除该重定向。

在哪里可以找到重定向命令@bchurchill?我使用bootstrap和application.ini?实际上我不确定,我只是查看日志输出。也许您可以发布application.ini、.htaccess和任何其他相关配置文件?