If Nothing Works Except the Home Page of ZF1 and ZF2 projects and display 404 error for a page not found
Example:
Below home page URL is working:
http://test/quickstartzf1/public/
But calling any other page like below-mentioned module ‘guestbook’ is not working:
http://test/quickstartzf1/public/guestbook
SO
Change every instance of “AllowOverride None” to “AllowOverride All” In the ‘httpd.conf’ file of the conf directory of Apache and restart the Apache server.
Example:
Below home page URL is working:
http://test/quickstartzf1/public/
But calling any other page like below-mentioned module ‘guestbook’ is not working:
http://test/quickstartzf1/public/guestbook
SO
Change every instance of “AllowOverride None” to “AllowOverride All” In the ‘httpd.conf’ file of the conf directory of Apache and restart the Apache server.