在zend框架中找不到页面

时间:2012-04-21 13:11:43

标签: php zend-framework

我无法访问其他模块(页面)。我只能访问公共目录http://localhost:88/hotelrwanda/public。我把项目置于开发模式并启用错误显示但没有。你能给出任何解决方案吗?

1 个答案:

答案 0 :(得分:1)

您是否设置了zend默认重写规则?

公开/ htaccess的

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]