Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法访问其他模块(页面)。我只能访问公共目录http://localhost:88/hotelrwanda/public。我将项目置于开发模式并启用错误显示但没有。你能给出任何解决方案。
您是否设置了 zend 默认重写规则?
公共/.htaccess
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php [L]