简体   繁体   中英

Page not found in zend framework

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. Can you give any solution.

Have you setup the zend default rewrite rules?

public/.htaccess

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM