I cannot access other modules(pages). I can access only public directory http://localhost:88/hotelrwanda/public. I put the project into development mode and enable error display but nothing. Here is what message I get if I want to access to for the following url http://localhost:88/hotelrwanda/public/users/list
Not Found
The requested URL /hotelrwanda/public/users/list was not found on this server.
Here is my htaccess file;
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]