我无法访问其他模块(页面)。我只能访问公共目录http://localhost:88/hotelrwanda/public。我将项目置于开发模式并启用错误显示但没有。如果我想访问以下网址http://localhost:88/hotelrwanda/public/users/list ,这是我收到的消息
未找到
在此服务器上找不到请求的 URL /hotelrwanda/public/users/list。
这是我的 htaccess 文件;
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]