zend framework 1.5 出现 Internal 500 错误
解决方法:
1.apache/conf/httpd.conf 中LoadModule rewrite_module modules/mod_rewrite.so 前而的#没有去除
2.htaccess文件中的RewriteEngine on没有设置成on
解决方法:
1.apache/conf/httpd.conf 中LoadModule rewrite_module modules/mod_rewrite.so 前而的#没有去除
2.htaccess文件中的RewriteEngine on没有设置成on