Php 403 ZendFramework上的错误

Php 403 ZendFramework上的错误,php,zend-framework,Php,Zend Framework,我尝试在Zend Framework 1.11上执行我的第一个项目,并且我使用XAMPP作为我的本地主机,当我尝试在localhost/ZF/public/index.php上运行我的“index.php”文件时,我得到了如下相同的错误: 禁止进入 You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you

我尝试在Zend Framework 1.11上执行我的第一个项目,并且我使用XAMPP作为我的本地主机,当我尝试在localhost/ZF/public/index.php上运行我的“index.php”文件时,我得到了如下相同的错误: 禁止进入

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403

localhost
08/24/12 19:13:35
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6

出了什么问题,我该如何解决?我设置的.htaccess文件与zend framework用户指南参考相同,但存在错误

您的apache配置是如何设置的?您是否启用了mod_重写?您是否查看了apache访问日志以查看更多信息?这是windows,所以文件系统权限不应该是问题。您应该检查所有者和权限,以确保安全!如果这对你有帮助,请告诉我。是的,我的操作系统是windows,我也设置了AllowOverride!我对我的ZF文件夹设置了完全控制权限,现在我得到,500错误!你确定你在运行XAMPP吗?您应该报告Apache版本2.4.2 php版本5.4.4 openssl 1.0.1c。您的安装没有报告任何类似的情况。