Zend A 404 error occurred Page not found

1.3k Views Asked by At

I am new to zend frame work. I am in the process of learning this, in fact at the very beginning of this. My problem is that I download the zend studio and try to run the zend application by following a tutorial on net but the when I run the code it said that

'A 404 error occurred Page not found The requested URL could not be matched by routing '.

I googled man time and applied all the possible solutions on it but all in vein. Kindly help me in this regard.

1

There are 1 best solutions below

0
On

To Do list:

  1. check your server folder permission -> 777 for the development
  2. check .htaccess file in the public folder, there is a good example .htaccess files for Zend in here stackoverflow
  3. check your php configuration for model rewrite, unlikely sometimes it does not install
  4. check your apache site-enable file for model rewrite and allowaccess

you need to google them out, but that is it, after you finish your first one , all other project just copy from the first one