Php ZendFramework 500错误,已启用mod_重写

Php ZendFramework 500错误,已启用mod_重写,php,apache,.htaccess,mod-rewrite,zend-framework,Php,Apache,.htaccess,Mod Rewrite,Zend Framework,我已将项目转移到xampp。我已启用mod_rewrite.so,但htaccess不会重新写入 我的访问权限: RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] A

我已将项目转移到xampp。我已启用mod_rewrite.so,但htaccess不会重新写入

我的访问权限:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
AddHandler application/x-httpd-php .php
RewriteRule ^ http://www.google.com/
httpd xammp文件:

Alias /iman "c:/xampp/htdocs/boilerplate/htdocs"
<Directory "c:/xampp/htdocs/boilerplate/htdocs">
    AllowOverride AuthConfig
    Order allow,deny
    Allow from all
</Directory>

还是不行

添加access_log和error_log可能会有帮助。我添加了禁止在浏览器中显示PHP错误PHP_flag display_startup_errors on PHP_flag display_errors on PHP_flag html_errors on log PHP errors to一个文件PHP_flag log_errors on PHP_value error_reporting 32767 PHP_value error_log.txt,但什么都没有发生。。。任何日志,任何新的错误…我想他要求显示你的错误日志的内容。它会告诉你为什么你会得到500分