I am learning zend framework, i have setup all requirement for it as per tutorial given for zend framework, but still i got error this error :
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.Please contact the server administrator at admin@example.com to inform
them of the time this error occurred, and the actions you performed
just before this error.More information about this error may be available in the server error
log.
How can I resolve it?
Using Zend Application you may see more information about the errors putting those lines in
application.ini:500 Errors are mostly caught exeptions. You may debug the problem looking at the variables in
ErrorController.php.Also, the most common Apache issues:
mod_rewritemodule not enabled in ApacheRewriteBase /rule in .htaccess (on shared hostings)AllowOverride Allin virtual host configuration