我无法访问其他模块(页面)。我只能访问公共目录http://localhost:88/hotelrwanda/public。我把项目置于开发模式并启用错误显示但没有。你能给出任何解决方案吗?
答案 0 :(得分:1)
您是否设置了zend默认重写规则?
公开/ htaccess的强>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]