简体   繁体   English

Zend Framework application.ini-500内部服务器错误

[英]Zend Framework application.ini - 500 Internal server error

I am using zend framework 1.11. 我正在使用zend Framework 1.11。 I'm getting 500 internal server error when i opening the url. 打开网址时出现500个内部服务器错误。 I have checked the database connection. 我已经检查了数据库连接。 It's fine. 没关系。 I don't know where is the problem exactly. 我不知道问题出在哪里。

I'm getting the error from the line. 我从行中得到错误。 $application->bootstrap()->run(); $ application-> bootstrap()-> run(); Please guide me to solve this problem. 请指导我解决这个问题。

Some of the reasons are 一些原因是

  1. rewrite module is not enabled. 重写模块未启用。
  2. htaccess is not configured to redirect request to index.php (usually in public folder) htaccess未配置为将请求重定向到index.php(通常在公用文件夹中)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM